Skip to content

Commit

Permalink
feat: bump version of aws provider version to support 3.* (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalschott authored Aug 13, 2020
1 parent 28c8ccc commit b57ad10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,14 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway

| Name | Version |
|------|---------|
| terraform | >= 0.12.6, < 0.14 |
| aws | ~> 2.57 |
| terraform | >= 0.12.7, < 0.14 |
| aws | >= 2.57, < 4.0 |

## Providers

| Name | Version |
|------|---------|
| aws | ~> 2.57 |
| aws | >= 2.57, < 4.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.6, < 0.14"
required_version = ">= 0.12.7, < 0.14"

required_providers {
aws = "~> 2.57"
aws = ">= 2.57, < 4.0"
}
}

0 comments on commit b57ad10

Please sign in to comment.