diff --git a/docs/index.md b/docs/index.md index c2c09be50..3e3fb6b07 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.98.0" + version = "~> 0.98.1" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 7faa0bc0d..0bc3f2688 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.98.0" + version = "~> 0.98.1" } } }