Skip to content

Commit 3dbe340

Browse files
authored
Fix invalid subnet variables for CDW creation (#77)
Signed-off-by: Webster Mudge <[email protected]>
1 parent c765489 commit 3dbe340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/runtime/tasks/setup_aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
env: "{{ run__env_name }}"
4545
overlay: no
4646
# TODO - Allow direct assignment (will need to coordinate with infra role)
47-
aws_public_subnets: "{{ run__datahub_public_subnet_ids }}"
48-
aws_private_subnets: "{{ run__datahub_private_subnet_ids }}"
47+
aws_public_subnets: "{{ run__public_subnet_ids }}"
48+
aws_private_subnets: "{{ run__private_subnet_ids }}"
4949
state: present
5050
wait: yes
5151
async: 3600 # 1 hour timeout

0 commit comments

Comments
 (0)