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 c765489 commit 3dbe340Copy full SHA for 3dbe340
roles/runtime/tasks/setup_aws.yml
@@ -44,8 +44,8 @@
44
env: "{{ run__env_name }}"
45
overlay: no
46
# 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 }}"
+ aws_public_subnets: "{{ run__public_subnet_ids }}"
+ aws_private_subnets: "{{ run__private_subnet_ids }}"
49
state: present
50
wait: yes
51
async: 3600 # 1 hour timeout
0 commit comments