diff --git a/docs/index.md b/docs/index.md index 5649ac3ad..43e523d74 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.71.1" + version = "~> 0.72.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 3a8300d1e..6a15adb3e 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.71.1" + version = "~> 0.72.0" } } }