From d784357df47914257a46ac17836a3685bdd4b1e9 Mon Sep 17 00:00:00 2001 From: hashicorp-cloud Date: Wed, 6 Nov 2024 17:56:15 +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 91bb52038..c2c09be50 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.97.0" + version = "~> 0.98.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 223b1e3a0..7faa0bc0d 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.97.0" + version = "~> 0.98.0" } } }