From 2a9abed0ddbe09ddfd9ae1ae41347f62dc1a1a0e Mon Sep 17 00:00:00 2001 From: hashicorp-cloud Date: Wed, 22 May 2024 22:09:01 +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 75de4348b..c5c5c3413 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.89.0" + version = "~> 0.90.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index d4140c690..c58161f5b 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.89.0" + version = "~> 0.90.0" } } }