Skip to content

Commit

Permalink
Set default tags on service
Browse files Browse the repository at this point in the history
  • Loading branch information
keirbadger authored Dec 28, 2022
1 parent ad0cb19 commit d1c033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "ecs_update_monitor" {

module "service" {
source = "mergermarket/load-balanced-ecs-service-no-target-group/acuris"
version = "2.2.7"
version = "2.3.1"

name = "${local.service_name}${var.name_suffix}"
cluster = var.ecs_cluster
Expand Down

0 comments on commit d1c033e

Please sign in to comment.