diff --git a/docs/index.md b/docs/index.md index 868c7dead..bf8ab362e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.87.0" + version = "~> 0.87.1" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index f157adc35..81aa51925 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.87.0" + version = "~> 0.87.1" } } }