Skip to content

Commit

Permalink
Merge pull request #110 from trussworks/deprecate-terraform-versions
Browse files Browse the repository at this point in the history
deprecate older terraform versions
  • Loading branch information
ralren authored Jun 7, 2023
2 parents 880b60b + 6712cbd commit 27753d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,7 +25,7 @@ module "bootstrap" {

| Name | Version |
|------|---------|
| terraform | >= 0.13.0 |
| terraform | >= 1.0 |
| aws | >= 3.75.0 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.13.0"
required_version = ">= 1.0"

required_providers {
aws = ">= 3.75.0"
Expand Down

0 comments on commit 27753d4

Please sign in to comment.