provider/aws: update asg placement group test name, to fix import test (#7095)

This commit is contained in:
Clint 2016-06-10 09:01:30 -05:00 committed by GitHub
parent 48286ca970
commit 19eb0079db
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ resource "aws_launch_configuration" "foobar" {
}
resource "aws_placement_group" "test" {
name = "%s"
name = "asg_pg_%s"
strategy = "cluster"
}