From 17bbcc02b513a72dc737e73cdbf3265b81836f6b Mon Sep 17 00:00:00 2001 From: hashicorp-cloud Date: Fri, 10 May 2024 22:16:07 +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 0aba8814f..75de4348b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.88.0" + version = "~> 0.89.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 078a71989..d4140c690 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.88.0" + version = "~> 0.89.0" } } }