You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Attribute redefined
on .terraform/modules/ecs-cluster/main.tf line 68, in resource "aws_autoscaling_group" "ecs":
68: tags = ["${var.extra_tags}"]
The argument "tags" was already set at
.terraform/modules/ecs-cluster/main.tf:62,3-7. Each argument may be set only
once.
I get this error while trying a terraform plan on the following main.tf:
I get this error while trying a
terraform plan
on the following main.tf:The text was updated successfully, but these errors were encountered: