Skip to content

Commit c9c851f

Browse files
committed
Update Terraform platform for L0, L1 and L2 changes
Signed-off-by: Jim Enright <[email protected]>
1 parent a4d8fd1 commit c9c851f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

roles/infrastructure/tasks/setup.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
# tasks file for setup
1818

19+
- name: Set up provider-specific Infrastructure artifacts
20+
ansible.builtin.include_tasks: "setup_{{ infra__type | lower }}.yml"
21+
1922
- name: Set up for Ansible deployment engine
2023
when: infra__deployment_engine == 'ansible'
2124
block:

roles/platform/tasks/initialize_setup_aws.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
- name: Handle AWS Public and Private VPC Subnets if not defined
7979
when: not plat__aws_public_subnet_ids or not plat__aws_private_subnet_ids
8080
block:
81+
# Search using a wildcard on the subnet Name tag {{ plat__namespace }}*
8182
- name: Query AWS Subnets
8283
amazon.aws.ec2_vpc_subnet_info:
8384
region: "{{ plat__region }}"

0 commit comments

Comments
 (0)