Skip to content

Commit

Permalink
Merge pull request #25 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 5b616e5 + 8cac4de commit 8bba5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

Creates the relevant infrastructure needed to handle AWS S3 file uploads.

## Terraform Versions

Terraform 0.13. Pin module version to ~> x.x. Submit pull-requests to main branch.

Terraform 0.12. Pin module version to ~> x.x. Submit pull-requests to terraform012 branch.

## Anti-virus Scanning

Expand Down Expand Up @@ -37,7 +32,7 @@ aws s3 cp bucket-antivirus-function/build/lambda.zip "s3://${lambda_s3_bucket}/a

| Name | Version |
|------|---------|
| terraform | >= 0.13.0 |
| terraform | >= 1.0 |
| aws | >= 3.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 = {
Expand Down

0 comments on commit 8bba5f2

Please sign in to comment.