update testdata

Signed-off-by: aiordache <anca.iordache@docker.com>
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
aiordache 2020-06-04 11:39:47 +02:00 committed by Nicolas De Loof
parent eddaa70a9e
commit f71109be9e
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
2 changed files with 44 additions and 0 deletions

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}