From ecadefbdca32958d664cdbd698ce1309bd6364b2 Mon Sep 17 00:00:00 2001 From: hashicorp-cloud Date: Tue, 3 Oct 2023 19:19:18 +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 43e523d74..b8c40e620 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.72.0" + version = "~> 0.72.1" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 6a15adb3e..4a4ad60f1 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.72.0" + version = "~> 0.72.1" } } }