Skip to content

Commit

Permalink
fix: Add tags to ecs services
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy Perez committed Mar 27, 2024
1 parent 3e44234 commit 0b6175d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ resource "aws_ecs_service" "apiary_hms_readwrite_service" {
service_registries {
registry_arn = aws_service_discovery_service.hms_readwrite[0].arn
}

tags = var.apiary_tags
}

resource "aws_ecs_service" "apiary_hms_readonly_service" {
Expand All @@ -90,4 +92,6 @@ resource "aws_ecs_service" "apiary_hms_readonly_service" {
service_registries {
registry_arn = aws_service_discovery_service.hms_readonly[0].arn
}

tags = var.apiary_tags
}

0 comments on commit 0b6175d

Please sign in to comment.