Skip to content

Commit 76816a5

Browse files
committed
Convert public endpoint access scheme to ternary
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent e861232 commit 76816a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/platform/tasks/setup_aws_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
subnet_ids: "{{ plat__aws_subnet_ids }}"
3232
tags: "{{ plat__tags }}"
3333
tunnel: "{{ plat__tunnel }}"
34-
endpoint_access_scheme: "{{ plat__endpoint_access_scheme | default(omit) }}"
34+
endpoint_access_scheme: "{{ plat__public_endpoint_access | ternary('PUBLIC', omit) }}"
3535
endpoint_access_subnets: "{{ plat__aws_public_subnet_ids | default(omit) }}"
3636
freeipa:
3737
instanceCountByGroup: "{{ plat__env_freeipa }}"

0 commit comments

Comments
 (0)