Skip to content

Commit

Permalink
remove condition on eip
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Dec 10, 2019
1 parent 4d26233 commit bd49753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vpc-v2.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
route_tables.push(Ref("RouteTablePrivate#{az}"))

EC2_EIP("NatIPAddress#{az}") {
Condition("CreateNatGatewayEIP#{az}")
DependsOn ["AttachGateway"]
Domain 'vpc'
Tags [{Key: 'Name', Value: FnSub("${EnvironmentName}-nat-${AZ}", get_az) }].push(*vpc_tags).uniq! { |t| t[:Key] }
Expand Down

0 comments on commit bd49753

Please sign in to comment.