We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b4189 commit 03dca4bCopy full SHA for 03dca4b
main.tf
@@ -372,7 +372,7 @@ resource "aws_sns_topic" "default" {
372
#############################################################
373
374
module "traefik" {
375
- source = "git::https://github.com/aleks-fofanov/terraform-aws-ecs-traefik-service.git?ref=terraform012_migration"
+ source = "git::https://github.com/aleks-fofanov/terraform-aws-ecs-traefik-service.git?ref=tags/2.0.0"
376
attributes = compact(concat(var.attributes, ["traefik"]))
377
delimiter = var.delimiter
378
name = var.name
0 commit comments