Skip to content

Commit 03dca4b

Browse files
committed
Pin traefik service module to 2.0.0
1 parent 42b4189 commit 03dca4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ resource "aws_sns_topic" "default" {
372372
#############################################################
373373

374374
module "traefik" {
375-
source = "git::https://github.com/aleks-fofanov/terraform-aws-ecs-traefik-service.git?ref=terraform012_migration"
375+
source = "git::https://github.com/aleks-fofanov/terraform-aws-ecs-traefik-service.git?ref=tags/2.0.0"
376376
attributes = compact(concat(var.attributes, ["traefik"]))
377377
delimiter = var.delimiter
378378
name = var.name

0 commit comments

Comments
 (0)