Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-vpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-vpc
Commits
86640795
Unverified
Commit
86640795
authored
Oct 22, 2020
by
Anton Babenko
Committed by
GitHub
Oct 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Updated min required version of Terraform to 0.12.21 (#532)
parent
592540ec
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
24 additions
and
24 deletions
+24
-24
README.md
README.md
+1
-1
README.md
examples/complete-vpc/README.md
+1
-1
versions.tf
examples/complete-vpc/versions.tf
+1
-1
README.md
examples/ipv6/README.md
+1
-1
versions.tf
examples/ipv6/versions.tf
+1
-1
README.md
examples/issue-108-route-already-exists/README.md
+1
-1
versions.tf
examples/issue-108-route-already-exists/versions.tf
+1
-1
README.md
examples/issue-44-asymmetric-private-subnets/README.md
+1
-1
versions.tf
examples/issue-44-asymmetric-private-subnets/versions.tf
+1
-1
README.md
examples/issue-46-no-private-subnets/README.md
+1
-1
versions.tf
examples/issue-46-no-private-subnets/versions.tf
+1
-1
README.md
examples/manage-default-vpc/README.md
+1
-1
versions.tf
examples/manage-default-vpc/versions.tf
+1
-1
README.md
examples/network-acls/README.md
+1
-1
versions.tf
examples/network-acls/versions.tf
+1
-1
README.md
examples/secondary-cidr-blocks/README.md
+1
-1
versions.tf
examples/secondary-cidr-blocks/versions.tf
+1
-1
README.md
examples/simple-vpc/README.md
+1
-1
versions.tf
examples/simple-vpc/versions.tf
+1
-1
README.md
examples/vpc-flow-logs/README.md
+1
-1
versions.tf
examples/vpc-flow-logs/versions.tf
+1
-1
README.md
examples/vpc-separate-private-route-tables/README.md
+1
-1
versions.tf
examples/vpc-separate-private-route-tables/versions.tf
+1
-1
versions.tf
versions.tf
+1
-1
No files found.
README.md
View file @
86640795
...
...
@@ -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
...
...
examples/complete-vpc/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/complete-vpc/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/ipv6/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/ipv6/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/issue-108-route-already-exists/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/issue-108-route-already-exists/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/issue-44-asymmetric-private-subnets/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/issue-44-asymmetric-private-subnets/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/issue-46-no-private-subnets/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/issue-46-no-private-subnets/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/manage-default-vpc/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/manage-default-vpc/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/network-acls/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/network-acls/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/secondary-cidr-blocks/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/secondary-cidr-blocks/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/simple-vpc/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/simple-vpc/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/vpc-flow-logs/README.md
View file @
86640795
...
...
@@ -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 |
...
...
examples/vpc-flow-logs/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
examples/vpc-separate-private-route-tables/README.md
View file @
86640795
...
...
@@ -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
...
...
examples/vpc-separate-private-route-tables/versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
versions.tf
View file @
86640795
terraform
{
required_version
=
">= 0.12.
7
"
required_version
=
">= 0.12.
21
"
required_providers
{
aws
=
">= 2.68"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment