mirror of
https://github.com/yeslayla/aws-ecs-jenkins.git
synced 2025-07-29 17:45:28 +02:00
Move cfn location
Fix deploy Space seperated subnets
This commit is contained in:
@ -85,7 +85,7 @@ Resources:
|
||||
environment: !Ref environment
|
||||
release: !Ref release
|
||||
VpcId: !Ref VpcId
|
||||
PublicSubnets: !Ref PublicSubnets
|
||||
PublicSubnets: !Join [",", !Split [" ", !Ref PublicSubnets]]
|
||||
PortalCertificate: !Ref PortalCertificate
|
||||
|
||||
#-------------------
|
Reference in New Issue
Block a user