Skip to content

Commit

Permalink
change module to test add-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogoda committed May 10, 2024
1 parent d98b463 commit 813ea68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ output "capacity_providers" {
}

module "service" {
source = "mergermarket/load-balanced-ecs-service-no-target-group/acuris"
version = "2.5.0"
source = "github.com/mergermarket/terraform-acuris-load-balanced-ecs-service-no-target-group?ref=add-tags"

name = local.full_service_name
cluster = var.ecs_cluster
Expand Down

0 comments on commit 813ea68

Please sign in to comment.