Skip to content

Commit 8b96b99

Browse files
committed
terraform ecs tag
1 parent 019b65b commit 8b96b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/deploy-ecs-proxies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +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 }}"
1819

1920

2021
pre_tasks:

0 commit comments

Comments
 (0)