diff --git a/docs/index.md b/docs/index.md index ba4b1f0f07..f82b063f11 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ terraform { required_providers { awscc = { source = "hashicorp/awscc" - version = "~> 0.1" + version = "~> 1.0" } } } diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 1609204eb9..91cad03fdd 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -34,7 +34,7 @@ terraform { required_providers { awscc = { source = "hashicorp/awscc" - version = "~> 0.1" + version = "~> 1.0" } } }