Skip to content

Commit 9fdb3a0

Browse files
committed
aws ecr terraform
1 parent 1a00ddf commit 9fdb3a0

File tree

1 file changed

+2
-0
lines changed
  • ansible/roles/deploy-ecs-proxies/templates/terraform

1 file changed

+2
-0
lines changed

ansible/roles/deploy-ecs-proxies/templates/terraform/locals.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ ecs_service = [
5353
'image':
5454
'${local.account_id}.dkr.ecr.eu-west-2.amazonaws.com/'
5555
+ service_id + '_' + container.name
56+
{% raw %}
5657
+ (
5758
var.use_ecs_tag && container.name == "canary_canary-api"
5859
? ":ecs-${build_label}"
5960
: ":${build_label}"
6061
)
62+
{% endraw %}
6163
}
6264
)
6365
) | to_json

0 commit comments

Comments
 (0)