Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Terraform based repositories
drone-deploy
Commits
47de1143
Commit
47de1143
authored
Nov 11, 2017
by
drechsau
Browse files
changes from previous work
parent
e69da654
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpc/modules.tf
View file @
47de1143
...
...
@@ -16,9 +16,10 @@ module "vpc" {
# base CIDR for the VPC
cidr
=
"
${
var
.
first-2-octets
}
.0.0/16"
#private_propagating_vgws = ["vgw-
004d951e
"]
#public_propagating_vgws = ["vgw-
004d951e
"]
#private_propagating_vgws = ["vgw-
xxxxxxxx
"]
#public_propagating_vgws = ["vgw-
xxxxxxxx
"]
enable_nat_gateway
=
"true"
enable_ipv6_cidr_block
=
"true"
azs
=
[
"
${
var
.
azs
}
"
]
}
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