diff --git a/docs/index.md b/docs/index.md index 986c3e56b..8f73eba79 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.92.0" + version = "~> 0.93.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index ff9348991..343b56574 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.92.0" + version = "~> 0.93.0" } } }