Skip to content

Commit

Permalink
feat: Upgraded minimum required versions of AWS provider to 3.10 (ter…
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored and harrythebot committed May 11, 2022
1 parent 6a7213b commit 65ed504
Show file tree
Hide file tree
Showing 23 changed files with 65 additions and 28 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

| Name | Version |
|------|---------|
| aws | >= 2.68 |
| aws | >= 3.10 |

## Inputs

Expand Down
4 changes: 2 additions & 2 deletions examples/complete-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

| Name | Version |
|------|---------|
| aws | >= 2.68 |
| aws | >= 3.10 |

## Inputs

Expand Down
5 changes: 4 additions & 1 deletion examples/complete-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
4 changes: 2 additions & 2 deletions examples/ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

| Name | Version |
|------|---------|
| aws | >= 2.68 |
| aws | >= 3.10 |

## Inputs

Expand Down
5 changes: 4 additions & 1 deletion examples/ipv6/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
2 changes: 1 addition & 1 deletion examples/issue-108-route-already-exists/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

Expand Down
5 changes: 4 additions & 1 deletion examples/issue-108-route-already-exists/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
2 changes: 1 addition & 1 deletion examples/issue-44-asymmetric-private-subnets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

Expand Down
5 changes: 4 additions & 1 deletion examples/issue-44-asymmetric-private-subnets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
2 changes: 1 addition & 1 deletion examples/issue-46-no-private-subnets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

Expand Down
5 changes: 4 additions & 1 deletion examples/issue-46-no-private-subnets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
2 changes: 1 addition & 1 deletion examples/manage-default-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Run `terraform destroy` when you don't need these resources.
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

Expand Down
5 changes: 4 additions & 1 deletion examples/manage-default-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
2 changes: 1 addition & 1 deletion examples/network-acls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

Expand Down
5 changes: 4 additions & 1 deletion examples/network-acls/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
2 changes: 1 addition & 1 deletion examples/secondary-cidr-blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

Expand Down
5 changes: 4 additions & 1 deletion examples/secondary-cidr-blocks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
2 changes: 1 addition & 1 deletion examples/simple-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion examples/simple-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "vpc" {

enable_ipv6 = true

enable_nat_gateway = true
enable_nat_gateway = false
single_nat_gateway = true

# s3_endpoint_type = "Interface"
Expand Down
5 changes: 4 additions & 1 deletion examples/simple-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}
4 changes: 2 additions & 2 deletions examples/vpc-flow-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| Name | Version |
|------|---------|
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| aws | >= 3.10 |
| random | >= 2 |

## Providers

| Name | Version |
|------|---------|
| aws | >= 2.68 |
| aws | >= 3.10 |
| random | >= 2 |

## Inputs
Expand Down
11 changes: 9 additions & 2 deletions examples/vpc-flow-logs/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
random = ">= 2"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}

random = {
source = "hashicorp/random"
version = ">= 2"
}
}
}
5 changes: 4 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
aws = {
source = "hashicorp/aws"
version = ">= 3.10"
}
}
}

0 comments on commit 65ed504

Please sign in to comment.