We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a00ddf commit 9fdb3a0Copy full SHA for 9fdb3a0
ansible/roles/deploy-ecs-proxies/templates/terraform/locals.tf
@@ -53,11 +53,13 @@ ecs_service = [
53
'image':
54
'${local.account_id}.dkr.ecr.eu-west-2.amazonaws.com/'
55
+ service_id + '_' + container.name
56
+ {% raw %}
57
+ (
58
var.use_ecs_tag && container.name == "canary_canary-api"
59
? ":ecs-${build_label}"
60
: ":${build_label}"
61
)
62
+ {% endraw %}
63
}
64
65
) | to_json
0 commit comments