From 581f24ccb84caa231eceb7ef32f14a7b9cef10ad Mon Sep 17 00:00:00 2001 From: hashicorp-cloud Date: Fri, 22 Mar 2024 21:06:53 +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 fe5f0b29a..de71e6827 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.84.0" + version = "~> 0.84.1" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 146b697f9..2d84a0471 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.84.0" + version = "~> 0.84.1" } } }