We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df4298 commit c765489Copy full SHA for c765489
roles/infrastructure/tasks/setup_aws_network.yml
@@ -321,6 +321,7 @@
321
- __aws_interface_vpc_endpoints.results is defined
322
command: >
323
aws ec2 modify-vpc-endpoint
324
+ --region {{ infra__region }}
325
--vpc-endpoint-id {{ __infra_vpce_loop_var.result.vpc_endpoint_id }}
326
--add-subnet-ids {{ infra__aws_public_subnet_ids | join(' ') }}
327
--add-security-group-ids {{ __aws_vpce_security_group_info.group_id }}
0 commit comments