Skip to content

Commit 6fe41c5

Browse files
committed
terraform ecs update to use_ecs_tag
1 parent a6dba4d commit 6fe41c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/deploy-ecs-proxies.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
SOURCE_COMMIT_ID: "{{ lookup('env', 'SOURCE_COMMIT_ID') }}"
1616
apigee_uri: "https://{{ APIGEE_HOSTNAME }}"
1717
aws_profile: "deploy-{{ APIGEE_ENVIRONMENT | lower }}-{{ service_id }}"
18-
use_ecs_tag: "{{ lookup('env','TF_VAR_use_ecs_tag') | default('false') | bool }}"
19-
18+
use_ecs_tag: "{{ use_ecs_tag | default('false') | bool }}"
2019

2120
pre_tasks:
2221

0 commit comments

Comments
 (0)