Skip to content

Commit

Permalink
Merge pull request #18 from trussworks/upgrade-terraform13
Browse files Browse the repository at this point in the history
Upgrade terraform13
  • Loading branch information
ralren authored Sep 21, 2020
2 parents 8ba808d + c808f2a commit 3b309c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Creates the following resources for anti-virus scanning:

## Terraform Versions

Terraform 0.12. Pin module version to `~> 2.0.0`. Submit pull-requests to `master` branch.
Terraform 0.13. Pin module version to `~> 3.X`. Submit pull-requests to `master` branch.

Terraform 0.12. Pin module version to `~> 2.X`. Submit pull-requests to `terraform012` branch.

Terraform 0.11. Pin module version to `~> 1.1.1`. Submit pull-requests to `terraform011` branch.

Expand Down Expand Up @@ -75,14 +77,14 @@ module "s3_anti_virus" {

| Name | Version |
|------|---------|
| terraform | ~> 0.12.0 |
| aws | ~> 2.70 |
| terraform | ~> 0.13.0 |
| aws | ~> 3.0 |

## Providers

| Name | Version |
|------|---------|
| aws | ~> 2.70 |
| aws | ~> 3.0 |

## Inputs

Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = "~> 0.12.0"
required_version = "~> 0.13.0"

required_providers {
aws = "~> 2.70"
aws = "~> 3.0"
}
}

0 comments on commit 3b309c9

Please sign in to comment.