mirror of
https://github.com/docker/compose.git
synced 2025-07-19 03:34:25 +02:00
format
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
52c6177ff7
commit
3d8d982d4a
@ -82,6 +82,7 @@ func (c client) Convert(project *compose.Project, loadBalancerArn *string) (*clo
|
||||
}
|
||||
|
||||
const ECSTaskExecutionPolicy = "arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy"
|
||||
|
||||
var defaultTaskExecutionRole string
|
||||
|
||||
// GetEcsTaskExecutionRole retrieve the role ARN to apply for task execution
|
||||
|
@ -99,7 +99,7 @@ func (s sdk) GetSubNets(vpc string) ([]string, error) {
|
||||
Filters: []*ec2.Filter{
|
||||
{
|
||||
Name: aws.String("vpc-id"),
|
||||
Values: []*string{ aws.String(vpc)},
|
||||
Values: []*string{aws.String(vpc)},
|
||||
},
|
||||
{
|
||||
Name: aws.String("default-for-az"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user