We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dba4d commit 6fe41c5Copy full SHA for 6fe41c5
ansible/deploy-ecs-proxies.yml
@@ -15,8 +15,7 @@
15
SOURCE_COMMIT_ID: "{{ lookup('env', 'SOURCE_COMMIT_ID') }}"
16
apigee_uri: "https://{{ APIGEE_HOSTNAME }}"
17
aws_profile: "deploy-{{ APIGEE_ENVIRONMENT | lower }}-{{ service_id }}"
18
- use_ecs_tag: "{{ lookup('env','TF_VAR_use_ecs_tag') | default('false') | bool }}"
19
-
+ use_ecs_tag: "{{ use_ecs_tag | default('false') | bool }}"
20
21
pre_tasks:
22
0 commit comments