mirror of https://github.com/docker/compose.git
Adjust aws test : actual volume name is set as tag, previously was key
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
8ab3149f45
commit
8bb4aeb901
|
@ -30,7 +30,7 @@ Resources:
|
|||
- Key: com.docker.compose.project
|
||||
Value: TestSimpleConvert
|
||||
- Key: com.docker.compose.network
|
||||
Value: default
|
||||
Value: TestSimpleConvert_default
|
||||
VpcId: vpc-123
|
||||
Type: AWS::EC2::SecurityGroup
|
||||
DefaultNetworkIngress:
|
||||
|
|
Loading…
Reference in New Issue