diff --git a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden index 8a95637a6..258fa960d 100644 --- a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden +++ b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden @@ -245,6 +245,28 @@ } }, "Type": "AWS::EC2::SecurityGroupIngress" + }, + "TestSimpleConvertNLB": { + "Properties": { + "Name": "TestSimpleConvertNLB", + "Scheme": "internet-facing", + "Subnets": [ + { + "Ref": "ParameterSubnet1Id" + }, + { + "Ref": "ParameterSubnet2Id" + } + ], + "Tags": [ + { + "Key": "com.docker.compose.project", + "Value": "TestSimpleConvert" + } + ], + "Type": "network" + }, + "Type": "AWS::ElasticLoadBalancingV2::LoadBalancer" } } } diff --git a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-with-overrides-conversion.golden b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-with-overrides-conversion.golden index a5551ddcb..991f65b6b 100644 --- a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-with-overrides-conversion.golden +++ b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-with-overrides-conversion.golden @@ -245,6 +245,28 @@ } }, "Type": "AWS::EC2::SecurityGroupIngress" + }, + "TestSimpleWithOverridesNLB": { + "Properties": { + "Name": "TestSimpleWithOverridesNLB", + "Scheme": "internet-facing", + "Subnets": [ + { + "Ref": "ParameterSubnet1Id" + }, + { + "Ref": "ParameterSubnet2Id" + } + ], + "Tags": [ + { + "Key": "com.docker.compose.project", + "Value": "TestSimpleWithOverrides" + } + ], + "Type": "network" + }, + "Type": "AWS::ElasticLoadBalancingV2::LoadBalancer" } } }