provider/aws: update asg placement group test name, to fix import test (#7095)
This commit is contained in:
parent
48286ca970
commit
19eb0079db
|
@ -555,7 +555,7 @@ resource "aws_launch_configuration" "foobar" {
|
|||
}
|
||||
|
||||
resource "aws_placement_group" "test" {
|
||||
name = "%s"
|
||||
name = "asg_pg_%s"
|
||||
strategy = "cluster"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue