diff --git a/docs/index.md b/docs/index.md index 5b3d8b301..766a19434 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.78.0" + version = "~> 0.79.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 86c5b3433..982160f83 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.78.0" + version = "~> 0.79.0" } } }