Commit b57ad108 authored by Michal Schott's avatar Michal Schott Committed by GitHub

feat: bump version of aws provider version to support 3.* (#479)

parent 28c8cccc
......@@ -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
......
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"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment