mirror of
https://github.com/docker/compose.git
synced 2025-07-16 18:24:26 +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"
|
const ECSTaskExecutionPolicy = "arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy"
|
||||||
|
|
||||||
var defaultTaskExecutionRole string
|
var defaultTaskExecutionRole string
|
||||||
|
|
||||||
// GetEcsTaskExecutionRole retrieve the role ARN to apply for task execution
|
// 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{
|
Filters: []*ec2.Filter{
|
||||||
{
|
{
|
||||||
Name: aws.String("vpc-id"),
|
Name: aws.String("vpc-id"),
|
||||||
Values: []*string{ aws.String(vpc)},
|
Values: []*string{aws.String(vpc)},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: aws.String("default-for-az"),
|
Name: aws.String("default-for-az"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user