diff --git a/docs/index.md b/docs/index.md index bbae5863c..218a985c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.72.2" + version = "~> 0.73.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 2e49c9410..81be67001 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.2" + version = "~> 0.73.0" } } }