mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
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:
parent
eddaa70a9e
commit
f71109be9e
@ -245,6 +245,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Type": "AWS::EC2::SecurityGroupIngress"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -245,6 +245,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Type": "AWS::EC2::SecurityGroupIngress"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user