Skip to content

Commit e051f41

Browse files
committed
final terraform and ansible ecs update to use_ecs_tag lowercase
1 parent 0aac56a commit e051f41

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ansible/deploy-ecs-proxies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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: "{{ use_ecs_tag | default('false') | bool }}"
18+
use_ecs_tag: "{{ lookup('env','use_ecs_tag') | default('false') }}"
1919

2020
pre_tasks:
2121

azure/templates/deploy-service.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ steps:
249249
fi
250250
251251
echo "DEBUG: TF_VAR_use_ecs_tag='${TF_VAR_use_ecs_tag}'"
252+
echo "DEBUG: SERVICE_BASE_PATH='${SERVICE_BASE_PATH}'"
253+
252254
export use_ecs_tag=$TF_VAR_use_ecs_tag
253255
254256
account=${{ parameters.aws_account }} \

0 commit comments

Comments
 (0)