Skip to content

Commit fd30f39

Browse files
committed
UPDATING TERRAFORM VARIABLE container name
1 parent efff984 commit fd30f39

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ecs_service = [
5151
+ service_id + '_' + container.name
5252
+ (
5353
":ecs-" + build_label
54-
if use_ecs_tag and container.name == "canary-canary-api"
54+
if use_ecs_tag and container.name == "canary-api"
5555
else ":" + build_label
5656
)
5757
)

0 commit comments

Comments
 (0)