From 6a4931195391cefacbc425f55f3b7467f8466365 Mon Sep 17 00:00:00 2001 From: hashicorp-cloud Date: Fri, 13 Sep 2024 13:50:42 +0000 Subject: [PATCH] updated documentation --- docs/index.md | 2 +- examples/provider/provider.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index b1223c97b..2968a3988 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.95.1" + version = "~> 0.96.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index c01538e98..09b9af723 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.95.1" + version = "~> 0.96.0" } } }