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
4b83a66e
Unverified
Commit
4b83a66e
authored
Feb 02, 2021
by
Anton Babenko
Committed by
GitHub
Feb 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Upgraded minimum required versions of AWS provider to 3.10 (#574)
parent
7f692e90
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
65 additions
and
28 deletions
+65
-28
README.md
README.md
+2
-2
README.md
examples/complete-vpc/README.md
+2
-2
versions.tf
examples/complete-vpc/versions.tf
+4
-1
README.md
examples/ipv6/README.md
+2
-2
versions.tf
examples/ipv6/versions.tf
+4
-1
README.md
examples/issue-108-route-already-exists/README.md
+1
-1
versions.tf
examples/issue-108-route-already-exists/versions.tf
+4
-1
README.md
examples/issue-44-asymmetric-private-subnets/README.md
+1
-1
versions.tf
examples/issue-44-asymmetric-private-subnets/versions.tf
+4
-1
README.md
examples/issue-46-no-private-subnets/README.md
+1
-1
versions.tf
examples/issue-46-no-private-subnets/versions.tf
+4
-1
README.md
examples/manage-default-vpc/README.md
+1
-1
versions.tf
examples/manage-default-vpc/versions.tf
+4
-1
README.md
examples/network-acls/README.md
+1
-1
versions.tf
examples/network-acls/versions.tf
+4
-1
README.md
examples/secondary-cidr-blocks/README.md
+1
-1
versions.tf
examples/secondary-cidr-blocks/versions.tf
+4
-1
README.md
examples/simple-vpc/README.md
+1
-1
main.tf
examples/simple-vpc/main.tf
+1
-1
versions.tf
examples/simple-vpc/versions.tf
+4
-1
README.md
examples/vpc-flow-logs/README.md
+2
-2
versions.tf
examples/vpc-flow-logs/versions.tf
+9
-2
versions.tf
versions.tf
+4
-1
No files found.
README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/complete-vpc/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/complete-vpc/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/ipv6/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/ipv6/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/issue-108-route-already-exists/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/issue-108-route-already-exists/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/issue-44-asymmetric-private-subnets/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/issue-44-asymmetric-private-subnets/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/issue-46-no-private-subnets/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/issue-46-no-private-subnets/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/manage-default-vpc/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/manage-default-vpc/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/network-acls/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/network-acls/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/secondary-cidr-blocks/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/secondary-cidr-blocks/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/simple-vpc/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/simple-vpc/main.tf
View file @
4b83a66e
...
@@ -15,7 +15,7 @@ module "vpc" {
...
@@ -15,7 +15,7 @@ module "vpc" {
enable_ipv6
=
true
enable_ipv6
=
true
enable_nat_gateway
=
tru
e
enable_nat_gateway
=
fals
e
single_nat_gateway
=
true
single_nat_gateway
=
true
# s3_endpoint_type = "Interface"
# s3_endpoint_type = "Interface"
...
...
examples/simple-vpc/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
examples/vpc-flow-logs/README.md
View file @
4b83a66e
...
@@ -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
...
...
examples/vpc-flow-logs/versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
versions.tf
View file @
4b83a66e
...
@@ -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"
}
}
}
}
}
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