Skip to content

Commit c765489

Browse files
authored
Add missing AWS region parameter to 'modify-vpc-endpoint' awscli call (#75)
Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
1 parent 2df4298 commit c765489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/infrastructure/tasks/setup_aws_network.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@
321321
- __aws_interface_vpc_endpoints.results is defined
322322
command: >
323323
aws ec2 modify-vpc-endpoint
324+
--region {{ infra__region }}
324325
--vpc-endpoint-id {{ __infra_vpce_loop_var.result.vpc_endpoint_id }}
325326
--add-subnet-ids {{ infra__aws_public_subnet_ids | join(' ') }}
326327
--add-security-group-ids {{ __aws_vpce_security_group_info.group_id }}

0 commit comments

Comments
 (0)