Commit 4b83a66e authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

feat: Upgraded minimum required versions of AWS provider to 3.10 (#574)

parent 7f692e90
...@@ -229,13 +229,13 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway ...@@ -229,13 +229,13 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| aws | >= 2.68 | | aws | >= 3.10 |
## Inputs ## Inputs
......
...@@ -22,13 +22,13 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -22,13 +22,13 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| aws | >= 2.68 | | aws | >= 3.10 |
## Inputs ## Inputs
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -20,13 +20,13 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -20,13 +20,13 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| aws | >= 2.68 | | aws | >= 3.10 |
## Inputs ## Inputs
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -24,7 +24,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -24,7 +24,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -22,7 +22,7 @@ Run `terraform destroy` when you don't need these resources. ...@@ -22,7 +22,7 @@ Run `terraform destroy` when you don't need these resources.
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -24,7 +24,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -24,7 +24,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -26,7 +26,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -26,7 +26,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
## Providers ## Providers
......
...@@ -15,7 +15,7 @@ module "vpc" { ...@@ -15,7 +15,7 @@ module "vpc" {
enable_ipv6 = true enable_ipv6 = true
enable_nat_gateway = true enable_nat_gateway = false
single_nat_gateway = true single_nat_gateway = true
# s3_endpoint_type = "Interface" # s3_endpoint_type = "Interface"
......
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
...@@ -24,14 +24,14 @@ Note that this example may create resources which can cost money (AWS Elastic IP ...@@ -24,14 +24,14 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.21 | | terraform | >= 0.12.21 |
| aws | >= 2.68 | | aws | >= 3.10 |
| random | >= 2 | | random | >= 2 |
## Providers ## Providers
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| aws | >= 2.68 | | aws | >= 3.10 |
| random | >= 2 | | random | >= 2 |
## Inputs ## Inputs
......
...@@ -2,7 +2,14 @@ terraform { ...@@ -2,7 +2,14 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
random = ">= 2" source = "hashicorp/aws"
version = ">= 3.10"
}
random = {
source = "hashicorp/random"
version = ">= 2"
}
} }
} }
...@@ -2,6 +2,9 @@ terraform { ...@@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21" required_version = ">= 0.12.21"
required_providers { required_providers {
aws = ">= 2.68" aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
} }
} }
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