Skip to content

Commit

Permalink
fix: Updated min required version of Terraform to 0.12.21 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored Oct 22, 2020
1 parent 592540e commit 8664079
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion examples/complete-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion examples/complete-vpc/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down
2 changes: 1 addition & 1 deletion examples/ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion examples/ipv6/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down
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 @@ -23,7 +23,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

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

required_providers {
aws = ">= 2.68"
Expand Down
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 @@ -21,7 +21,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

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

required_providers {
aws = ">= 2.68"
Expand Down
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 @@ -21,7 +21,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

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

required_providers {
aws = ">= 2.68"
Expand Down
2 changes: 1 addition & 1 deletion examples/manage-default-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Run `terraform destroy` when you don't need these resources.

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion examples/manage-default-vpc/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down
2 changes: 1 addition & 1 deletion examples/network-acls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion examples/network-acls/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down
2 changes: 1 addition & 1 deletion examples/secondary-cidr-blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion examples/secondary-cidr-blocks/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-vpc/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down
2 changes: 1 addition & 1 deletion examples/vpc-flow-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |
| random | >= 2 |

Expand Down
2 changes: 1 addition & 1 deletion examples/vpc-flow-logs/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down
2 changes: 1 addition & 1 deletion examples/vpc-separate-private-route-tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP

| Name | Version |
|------|---------|
| terraform | >= 0.12.7 |
| terraform | >= 0.12.21 |
| aws | >= 2.68 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion examples/vpc-separate-private-route-tables/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.7"
required_version = ">= 0.12.21"

required_providers {
aws = ">= 2.68"
Expand Down

0 comments on commit 8664079

Please sign in to comment.