Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}