Skip to content

Commit cf79803

Browse files
authored
Use infra__security_group_vpce_name as variable for VPC Endpoint SG (#104)
Signed-off-by: Jim Enright <[email protected]>
1 parent c211d37 commit cf79803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/infrastructure/tasks/setup_aws_network.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
state: present
254254
region: "{{ infra__region }}"
255255
vpc_id: "{{ infra__aws_vpc_id }}"
256-
tags: "{{ infra__tags | combine({ 'Name': 'infra__security_group_vpce_name' }, recursive=True) }}"
256+
tags: "{{ infra__tags | combine({ 'Name': infra__security_group_vpce_name }, recursive=True) }}"
257257
name: "{{ infra__security_group_vpce_name }}"
258258
description: "{{ infra__security_group_vpce_name }}"
259259
rules:

0 commit comments

Comments
 (0)