diff --git a/vpc-v2.cfndsl.rb b/vpc-v2.cfndsl.rb index 98a048a..a78087a 100644 --- a/vpc-v2.cfndsl.rb +++ b/vpc-v2.cfndsl.rb @@ -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] }