Skip to content

Commit

Permalink
r/aws_autoscaling_group: 'tags' -> 'tag' (hashicorp#30842).
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit authored and danielw-aws committed May 31, 2023
1 parent 6e827ed commit 867c6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/ecs/capacity_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,11 @@ resource "aws_autoscaling_group" "test" {
id = aws_launch_template.test.id
}
tags = [{
tag {
key = "Name"
value = %[1]q
propagate_at_launch = true
}]
}
}
`, rName))
}
Expand Down

0 comments on commit 867c6ad

Please sign in to comment.