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
e69da654
Commit
e69da654
authored
Nov 11, 2017
by
drechsau
Browse files
formatting
parent
33ed520f
Changes
5
Hide whitespace changes
Inline
Side-by-side
vpc/natgw-eip-a.tf
View file @
e69da654
...
...
@@ -98,4 +98,3 @@ resource "aws_route_table_association" "c1-cmgmt-a" {
route_table_id
=
"
${module
.
vpc
.
public_route_table_id
}
"
}
vpc/natgw-eip-b.tf
View file @
e69da654
...
...
@@ -98,4 +98,3 @@ resource "aws_route_table_association" "c1-cmgmt-b" {
route_table_id
=
"
${module
.
vpc
.
public_route_table_id
}
"
}
vpc/natgw-eip-c.tf
View file @
e69da654
...
...
@@ -98,4 +98,3 @@ resource "aws_route_table_association" "c1-cmgmt-c" {
route_table_id
=
"
${module
.
vpc
.
public_route_table_id
}
"
}
vpc/security_groups.tf
View file @
e69da654
### this is not used *yet*
#resource "aws_security_group" "web_inbound_sg" {
# name = "web_inbound_sg"
# description = "Allow HTTP/HTTPS - Global"
...
...
vpc/subnets.tf
View file @
e69da654
...
...
@@ -505,4 +505,3 @@ resource "aws_subnet" "c1-cmgmt-c" {
Name
=
"c1-cmgmt-c-
${
var
.
azs
[
2
]
}
"
}
}
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