Skip to content

Commit

Permalink
r/aws_gamelift_game_server_group: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lystor committed Mar 9, 2021
1 parent 0168e5f commit 522baf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/resource_aws_gamelift_game_server_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ resource "aws_gamelift_game_server_group" "test" {
for_each = slice(tolist(data.aws_ec2_instance_type_offerings.available.instance_types), 0, 2)
content {
instance_type = instance_definition.value
instance_type = instance_definition.value
weighted_capacity = %[2]q
}
}
Expand Down Expand Up @@ -1024,7 +1024,7 @@ resource "aws_gamelift_game_server_group" "test" {
}
launch_template {
id = aws_launch_template.test.id
id = aws_launch_template.test.id
version = 1
}
Expand Down Expand Up @@ -1142,7 +1142,7 @@ func testAccGameliftGameServerGroupConfigGameServerProtectionPolicy(rName string
testAccGameliftGameServerGroupLaunchTemplateConfig(rName),
fmt.Sprintf(`
resource "aws_gamelift_game_server_group" "test" {
game_server_group_name = %[1]q
game_server_group_name = %[1]q
game_server_protection_policy = %[2]q
dynamic "instance_definition" {
Expand Down

0 comments on commit 522baf0

Please sign in to comment.