Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Winkler authored and Scott Winkler committed Feb 7, 2021
1 parent 2afad72 commit 7d932fc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ resource "aws_autoscaling_group" "server" {
id = aws_launch_template.server.id
version = aws_launch_template.server.latest_version
}
tags = [
{
key = "ResourceGroup"
value = var.namespace
propagate_at_launch = true
},
{
key = "Name"
value = local.namespace
propagate_at_launch = true
}
]

tag {
key = "ResourceGroup"
value = var.namespace
propagate_at_launch = true
}

tag {
key = "Name"
value = local.namespace
propagate_at_launch = true
}
}

data "aws_instances" "instances" {
Expand Down

0 comments on commit 7d932fc

Please sign in to comment.