From f71109be9e24d1231887ac4af7827fbd60ca4bb3 Mon Sep 17 00:00:00 2001 From: aiordache Date: Thu, 4 Jun 2020 11:39:47 +0200 Subject: [PATCH] update testdata Signed-off-by: aiordache Signed-off-by: Nicolas De Loof --- .../simple-cloudformation-conversion.golden | 22 +++++++++++++++++++ ...formation-with-overrides-conversion.golden | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden index 8a95637a..258fa960 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 a5551ddc..991f65b6 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" } } }