Skip to content

Commit

Permalink
Fix missing tags on ecs tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Nov 29, 2024
1 parent 9f568ce commit 5681586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ resource "aws_ecs_service" "x-road_securityserver" {
# quit terraform until the container has reached steady state:
# https://stackoverflow.com/questions/75856201/how-to-retrieve-the-public-ip-address-of-an-aws-ecs-contrainer-using-terraform
enable_ecs_managed_tags = true
propagate_tags = "TASK_DEFINITION"
wait_for_steady_state = true

network_configuration {
Expand Down

0 comments on commit 5681586

Please sign in to comment.