diff --git a/README.md b/README.md index 96bbc55..e7f6ffe 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,6 @@ This solves a 🐓 and 🥚 problem in new AWS accounts (or for AWS accounts tha If the AWS account you are using already has a Terraform state bucket and locking table, this may not be the right tool for you. -## Terraform Versions - -Terraform 0.13 and higher. Pin module version to latest. Submit pull-requests to master branch. - -Terraform 0.12. Pin module version to v0.1.4. Submit pull-requests to terraform012 branch. - ## Usage for bootstrapping ```hcl @@ -31,7 +25,7 @@ module "bootstrap" { | Name | Version | |------|---------| -| terraform | >= 0.13.0 | +| terraform | >= 1.0 | | aws | >= 3.75.0 | ## Providers diff --git a/versions.tf b/versions.tf index ea22895..4b4d492 100644 --- a/versions.tf +++ b/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 0.13.0" + required_version = ">= 1.0" required_providers { aws = ">= 3.75.0"