Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Crash in aws_gamelift_game_server_group gamelift.resourceGameServerGroupCreate #38863

Closed
lystor opened this issue Aug 14, 2024 · 5 comments
Labels
bug Addresses a defect in current functionality. crash Results from or addresses a Terraform crash or kernel panic. service/ec2 Issues and PRs that pertain to the ec2 service. service/gamelift Issues and PRs that pertain to the gamelift service. service/iam Issues and PRs that pertain to the iam service. service/vpc Issues and PRs that pertain to the vpc service.

Comments

@lystor
Copy link
Contributor

lystor commented Aug 14, 2024

Terraform Core Version

1.7.5

AWS Provider Version

5.42.0

Affected Resource(s)

  • aws_gamelift_game_server_group

Expected Behavior

Plugin randomly crashes on aws_gamelift_game_server_group creation

Actual Behavior

No crashes

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

[2024-08-14T10:09:57.310Z] Terraform will perform the following actions:
[2024-08-14T10:09:57.310Z] 
[2024-08-14T10:09:57.310Z]   # aws_gamelift_game_server_group.this will be created
[2024-08-14T10:09:57.310Z]   + resource "aws_gamelift_game_server_group" "this" {
[2024-08-14T10:09:57.310Z]       + arn                           = (known after apply)
[2024-08-14T10:09:57.310Z]       + auto_scaling_group_arn        = (known after apply)
[2024-08-14T10:09:57.310Z]       + balancing_strategy            = "SPOT_ONLY"
[2024-08-14T10:09:57.310Z]       + game_server_group_name        = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.310Z]       + game_server_protection_policy = "FULL_PROTECTION"
[2024-08-14T10:09:57.310Z]       + id                            = (known after apply)
[2024-08-14T10:09:57.310Z]       + max_size                      = 3
[2024-08-14T10:09:57.310Z]       + min_size                      = 1
[2024-08-14T10:09:57.310Z]       + role_arn                      = (known after apply)
[2024-08-14T10:09:57.310Z]       + tags                          = {
[2024-08-14T10:09:57.310Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.310Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.310Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.310Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + tags_all                      = (known after apply)
[2024-08-14T10:09:57.310Z]       + vpc_subnets                   = (known after apply)
[2024-08-14T10:09:57.310Z] 
[2024-08-14T10:09:57.310Z]       + auto_scaling_policy {
[2024-08-14T10:09:57.310Z]           + estimated_instance_warmup = (known after apply)
[2024-08-14T10:09:57.310Z] 
[2024-08-14T10:09:57.310Z]           + target_tracking_configuration {
[2024-08-14T10:09:57.310Z]               + target_value = 90
[2024-08-14T10:09:57.310Z]             }
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z] 
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m4.2xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "8"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m4.4xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "16"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m4.large"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "2"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m4.xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "4"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m5.2xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "8"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m5.4xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "16"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m5.large"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "2"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m5.xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "4"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m5a.2xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "8"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m5a.4xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "16"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m5a.large"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "2"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z]       + instance_definition {
[2024-08-14T10:09:57.310Z]           + instance_type     = "m5a.xlarge"
[2024-08-14T10:09:57.310Z]           + weighted_capacity = "4"
[2024-08-14T10:09:57.310Z]         }
[2024-08-14T10:09:57.310Z] 
[2024-08-14T10:09:57.310Z]       + launch_template {
[2024-08-14T10:09:57.310Z]           + id      = (known after apply)
[2024-08-14T10:09:57.310Z]           + name    = (known after apply)
[2024-08-14T10:09:57.311Z]           + version = (known after apply)
[2024-08-14T10:09:57.311Z]         }
[2024-08-14T10:09:57.311Z]     }
[2024-08-14T10:09:57.311Z] 
[2024-08-14T10:09:57.311Z]   # aws_iam_instance_profile.ec2 will be created
[2024-08-14T10:09:57.311Z]   + resource "aws_iam_instance_profile" "ec2" {
[2024-08-14T10:09:57.311Z]       + arn         = (known after apply)
[2024-08-14T10:09:57.311Z]       + create_date = (known after apply)
[2024-08-14T10:09:57.311Z]       + id          = (known after apply)
[2024-08-14T10:09:57.311Z]       + name        = "fleetiq-playtest-demo-23-ec2-eu-central-1"
[2024-08-14T10:09:57.311Z]       + name_prefix = (known after apply)
[2024-08-14T10:09:57.311Z]       + path        = "/"
[2024-08-14T10:09:57.311Z]       + role        = "fleetiq-playtest-demo-23-ec2-eu-central-1"
[2024-08-14T10:09:57.311Z]       + tags        = {
[2024-08-14T10:09:57.311Z]           + "Name"                           = "fleetiq-playtest-demo-23-ec2-eu-central-1"
[2024-08-14T10:09:57.311Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.311Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.311Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.311Z]         }
[2024-08-14T10:09:57.311Z]       + tags_all    = {
[2024-08-14T10:09:57.311Z]           + "Name"                           = "fleetiq-playtest-demo-23-ec2-eu-central-1"
[2024-08-14T10:09:57.311Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.311Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.311Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.311Z]         }
[2024-08-14T10:09:57.311Z]       + unique_id   = (known after apply)
[2024-08-14T10:09:57.311Z]     }
[2024-08-14T10:09:57.311Z] 
[2024-08-14T10:09:57.311Z]   # aws_iam_role.ec2 will be created
[2024-08-14T10:09:57.311Z]   + resource "aws_iam_role" "ec2" {
[2024-08-14T10:09:57.311Z]       + arn                   = (known after apply)
[2024-08-14T10:09:57.311Z]       + assume_role_policy    = jsonencode(
[2024-08-14T10:09:57.311Z]             {
[2024-08-14T10:09:57.311Z]               + Statement = [
[2024-08-14T10:09:57.311Z]                   + {
[2024-08-14T10:09:57.311Z]                       + Action    = "sts:AssumeRole"
[2024-08-14T10:09:57.311Z]                       + Effect    = "Allow"
[2024-08-14T10:09:57.311Z]                       + Principal = {
[2024-08-14T10:09:57.311Z]                           + Service = "ec2.amazonaws.com"
[2024-08-14T10:09:57.311Z]                         }
[2024-08-14T10:09:57.311Z]                     },
[2024-08-14T10:09:57.311Z]                 ]
[2024-08-14T10:09:57.311Z]               + Version   = "2012-10-17"
[2024-08-14T10:09:57.311Z]             }
[2024-08-14T10:09:57.311Z]         )
[2024-08-14T10:09:57.311Z]       + create_date           = (known after apply)
[2024-08-14T10:09:57.311Z]       + force_detach_policies = false
[2024-08-14T10:09:57.311Z]       + id                    = (known after apply)
[2024-08-14T10:09:57.311Z]       + managed_policy_arns   = (known after apply)
[2024-08-14T10:09:57.311Z]       + max_session_duration  = 3600
[2024-08-14T10:09:57.311Z]       + name                  = "fleetiq-playtest-demo-23-ec2-eu-central-1"
[2024-08-14T10:09:57.311Z]       + name_prefix           = (known after apply)
[2024-08-14T10:09:57.311Z]       + path                  = "/"
[2024-08-14T10:09:57.311Z]       + tags                  = {
[2024-08-14T10:09:57.311Z]           + "Name"                           = "fleetiq-playtest-demo-23-ec2-eu-central-1"
[2024-08-14T10:09:57.311Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.311Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.311Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.311Z]         }
[2024-08-14T10:09:57.311Z]       + tags_all              = {
[2024-08-14T10:09:57.311Z]           + "Name"                           = "fleetiq-playtest-demo-23-ec2-eu-central-1"
[2024-08-14T10:09:57.311Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.311Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.311Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.311Z]         }
[2024-08-14T10:09:57.311Z]       + unique_id             = (known after apply)
[2024-08-14T10:09:57.311Z]     }
[2024-08-14T10:09:57.311Z] 
[2024-08-14T10:09:57.311Z]   # aws_iam_role.gsg will be created
[2024-08-14T10:09:57.311Z]   + resource "aws_iam_role" "gsg" {
[2024-08-14T10:09:57.311Z]       + arn                   = (known after apply)
[2024-08-14T10:09:57.311Z]       + assume_role_policy    = jsonencode(
[2024-08-14T10:09:57.311Z]             {
[2024-08-14T10:09:57.311Z]               + Statement = [
[2024-08-14T10:09:57.311Z]                   + {
[2024-08-14T10:09:57.311Z]                       + Action    = "sts:AssumeRole"
[2024-08-14T10:09:57.311Z]                       + Effect    = "Allow"
[2024-08-14T10:09:57.311Z]                       + Principal = {
[2024-08-14T10:09:57.311Z]                           + Service = [
[2024-08-14T10:09:57.311Z]                               + "autoscaling.amazonaws.com",
[2024-08-14T10:09:57.311Z]                               + "gamelift.amazonaws.com",
[2024-08-14T10:09:57.311Z]                             ]
[2024-08-14T10:09:57.311Z]                         }
[2024-08-14T10:09:57.311Z]                     },
[2024-08-14T10:09:57.311Z]                 ]
[2024-08-14T10:09:57.311Z]               + Version   = "2012-10-17"
[2024-08-14T10:09:57.311Z]             }
[2024-08-14T10:09:57.311Z]         )
[2024-08-14T10:09:57.311Z]       + create_date           = (known after apply)
[2024-08-14T10:09:57.311Z]       + force_detach_policies = false
[2024-08-14T10:09:57.311Z]       + id                    = (known after apply)
[2024-08-14T10:09:57.311Z]       + managed_policy_arns   = (known after apply)
[2024-08-14T10:09:57.311Z]       + max_session_duration  = 3600
[2024-08-14T10:09:57.311Z]       + name                  = "fleetiq-playtest-demo-23-gsg-eu-central-1"
[2024-08-14T10:09:57.311Z]       + name_prefix           = (known after apply)
[2024-08-14T10:09:57.311Z]       + path                  = "/"
[2024-08-14T10:09:57.311Z]       + tags                  = {
[2024-08-14T10:09:57.311Z]           + "Name"                           = "fleetiq-playtest-demo-23-gsg-eu-central-1"
[2024-08-14T10:09:57.311Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.311Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.311Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.311Z]         }
[2024-08-14T10:09:57.311Z]       + tags_all              = {
[2024-08-14T10:09:57.311Z]           + "Name"                           = "fleetiq-playtest-demo-23-gsg-eu-central-1"
[2024-08-14T10:09:57.311Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.311Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.311Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.311Z]         }
[2024-08-14T10:09:57.311Z]       + unique_id             = (known after apply)
[2024-08-14T10:09:57.311Z]     }
[2024-08-14T10:09:57.311Z] 
[2024-08-14T10:09:57.311Z]   # aws_iam_role_policy.ec2 will be created
[2024-08-14T10:09:57.312Z]   + resource "aws_iam_role_policy" "ec2" {
[2024-08-14T10:09:57.312Z]       + id          = (known after apply)
[2024-08-14T10:09:57.312Z]       + name        = "fleetiq-playtest-demo-23-ec2"
[2024-08-14T10:09:57.312Z]       + name_prefix = (known after apply)
[2024-08-14T10:09:57.312Z]       + policy      = jsonencode(
[2024-08-14T10:09:57.312Z]             {
[2024-08-14T10:09:57.312Z]               + Statement = [
[2024-08-14T10:09:57.312Z]                   + {
[2024-08-14T10:09:57.312Z]                       + Action   = [
[2024-08-14T10:09:57.312Z]                           + "gamelift:DeregisterGameServer",
[2024-08-14T10:09:57.312Z]                           + "gamelift:DescribeGameServer",
[2024-08-14T10:09:57.312Z]                           + "gamelift:RegisterGameServer",
[2024-08-14T10:09:57.312Z]                           + "gamelift:UpdateGameServer",
[2024-08-14T10:09:57.312Z]                         ]
[2024-08-14T10:09:57.312Z]                       + Effect   = "Allow"
[2024-08-14T10:09:57.312Z]                       + Resource = "*"
[2024-08-14T10:09:57.312Z]                     },
[2024-08-14T10:09:57.312Z]                 ]
[2024-08-14T10:09:57.312Z]               + Version   = "2012-10-17"
[2024-08-14T10:09:57.312Z]             }
[2024-08-14T10:09:57.312Z]         )
[2024-08-14T10:09:57.312Z]       + role        = (known after apply)
[2024-08-14T10:09:57.312Z]     }
[2024-08-14T10:09:57.312Z] 
[2024-08-14T10:09:57.312Z]   # aws_iam_role_policy_attachment.gsg will be created
[2024-08-14T10:09:57.312Z]   + resource "aws_iam_role_policy_attachment" "gsg" {
[2024-08-14T10:09:57.312Z]       + id         = (known after apply)
[2024-08-14T10:09:57.312Z]       + policy_arn = "arn:aws:iam::aws:policy/GameLiftGameServerGroupPolicy"
[2024-08-14T10:09:57.312Z]       + role       = "fleetiq-playtest-demo-23-gsg-eu-central-1"
[2024-08-14T10:09:57.312Z]     }
[2024-08-14T10:09:57.312Z] 
[2024-08-14T10:09:57.312Z]   # aws_internet_gateway.this will be created
[2024-08-14T10:09:57.312Z]   + resource "aws_internet_gateway" "this" {
[2024-08-14T10:09:57.312Z]       + arn      = (known after apply)
[2024-08-14T10:09:57.312Z]       + id       = (known after apply)
[2024-08-14T10:09:57.312Z]       + owner_id = (known after apply)
[2024-08-14T10:09:57.312Z]       + tags     = {
[2024-08-14T10:09:57.312Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.312Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.312Z]         }
[2024-08-14T10:09:57.312Z]       + tags_all = {
[2024-08-14T10:09:57.312Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.312Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.312Z]         }
[2024-08-14T10:09:57.312Z]       + vpc_id   = (known after apply)
[2024-08-14T10:09:57.312Z]     }
[2024-08-14T10:09:57.312Z] 
[2024-08-14T10:09:57.312Z]   # aws_launch_template.this will be created
[2024-08-14T10:09:57.312Z]   + resource "aws_launch_template" "this" {
[2024-08-14T10:09:57.312Z]       + arn             = (known after apply)
[2024-08-14T10:09:57.312Z]       + default_version = (known after apply)
[2024-08-14T10:09:57.312Z]       + ebs_optimized   = "true"
[2024-08-14T10:09:57.312Z]       + id              = (known after apply)
[2024-08-14T10:09:57.312Z]       + image_id        = "ami-0d6c4ef6bfa4d13be"
[2024-08-14T10:09:57.312Z]       + key_name        = "externa_deployment_key"
[2024-08-14T10:09:57.312Z]       + latest_version  = (known after apply)
[2024-08-14T10:09:57.312Z]       + name            = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]       + name_prefix     = (known after apply)
[2024-08-14T10:09:57.312Z]       + tags            = {
[2024-08-14T10:09:57.312Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.312Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.312Z]         }
[2024-08-14T10:09:57.312Z]       + tags_all        = {
[2024-08-14T10:09:57.312Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.312Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.312Z]         }
[2024-08-14T10:09:57.312Z]       + user_data       = "censored"
[2024-08-14T10:09:57.312Z] 
[2024-08-14T10:09:57.312Z]       + block_device_mappings {
[2024-08-14T10:09:57.312Z]           + device_name = "/dev/xvda"
[2024-08-14T10:09:57.312Z] 
[2024-08-14T10:09:57.312Z]           + ebs {
[2024-08-14T10:09:57.312Z]               + delete_on_termination = "true"
[2024-08-14T10:09:57.312Z]               + iops                  = (known after apply)
[2024-08-14T10:09:57.312Z]               + throughput            = (known after apply)
[2024-08-14T10:09:57.312Z]               + volume_size           = (known after apply)
[2024-08-14T10:09:57.312Z]               + volume_type           = "gp3"
[2024-08-14T10:09:57.312Z]             }
[2024-08-14T10:09:57.312Z]         }
[2024-08-14T10:09:57.312Z] 
[2024-08-14T10:09:57.312Z]       + iam_instance_profile {
[2024-08-14T10:09:57.312Z]           + arn = (known after apply)
[2024-08-14T10:09:57.312Z]         }
[2024-08-14T10:09:57.312Z] 
[2024-08-14T10:09:57.312Z]       + network_interfaces {
[2024-08-14T10:09:57.312Z]           + associate_public_ip_address = "true"
[2024-08-14T10:09:57.312Z]           + delete_on_termination       = "true"
[2024-08-14T10:09:57.312Z]           + description                 = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.312Z]           + device_index                = 0
[2024-08-14T10:09:57.313Z]           + security_groups             = (known after apply)
[2024-08-14T10:09:57.313Z]         }
[2024-08-14T10:09:57.313Z] 
[2024-08-14T10:09:57.313Z]       + tag_specifications {
[2024-08-14T10:09:57.313Z]           + resource_type = "instance"
[2024-08-14T10:09:57.313Z]           + tags          = {
[2024-08-14T10:09:57.313Z]               + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]               + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.313Z]               + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]               + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.313Z]             }
[2024-08-14T10:09:57.313Z]         }
[2024-08-14T10:09:57.313Z]       + tag_specifications {
[2024-08-14T10:09:57.313Z]           + resource_type = "spot-instances-request"
[2024-08-14T10:09:57.313Z]           + tags          = {
[2024-08-14T10:09:57.313Z]               + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]               + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.313Z]               + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]               + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.313Z]             }
[2024-08-14T10:09:57.313Z]         }
[2024-08-14T10:09:57.313Z]       + tag_specifications {
[2024-08-14T10:09:57.313Z]           + resource_type = "volume"
[2024-08-14T10:09:57.313Z]           + tags          = {
[2024-08-14T10:09:57.313Z]               + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]               + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.313Z]               + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]               + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.313Z]             }
[2024-08-14T10:09:57.313Z]         }
[2024-08-14T10:09:57.313Z]     }
[2024-08-14T10:09:57.313Z] 
[2024-08-14T10:09:57.313Z]   # aws_main_route_table_association.this will be created
[2024-08-14T10:09:57.313Z]   + resource "aws_main_route_table_association" "this" {
[2024-08-14T10:09:57.313Z]       + id                      = (known after apply)
[2024-08-14T10:09:57.313Z]       + original_route_table_id = (known after apply)
[2024-08-14T10:09:57.313Z]       + route_table_id          = (known after apply)
[2024-08-14T10:09:57.313Z]       + vpc_id                  = (known after apply)
[2024-08-14T10:09:57.313Z]     }
[2024-08-14T10:09:57.313Z] 
[2024-08-14T10:09:57.313Z]   # aws_route.default will be created
[2024-08-14T10:09:57.313Z]   + resource "aws_route" "default" {
[2024-08-14T10:09:57.313Z]       + destination_cidr_block = "0.0.0.0/0"
[2024-08-14T10:09:57.313Z]       + gateway_id             = (known after apply)
[2024-08-14T10:09:57.313Z]       + id                     = (known after apply)
[2024-08-14T10:09:57.313Z]       + instance_id            = (known after apply)
[2024-08-14T10:09:57.313Z]       + instance_owner_id      = (known after apply)
[2024-08-14T10:09:57.313Z]       + network_interface_id   = (known after apply)
[2024-08-14T10:09:57.313Z]       + origin                 = (known after apply)
[2024-08-14T10:09:57.313Z]       + route_table_id         = (known after apply)
[2024-08-14T10:09:57.313Z]       + state                  = (known after apply)
[2024-08-14T10:09:57.313Z]     }
[2024-08-14T10:09:57.313Z] 
[2024-08-14T10:09:57.313Z]   # aws_route_table.this will be created
[2024-08-14T10:09:57.313Z]   + resource "aws_route_table" "this" {
[2024-08-14T10:09:57.313Z]       + arn              = (known after apply)
[2024-08-14T10:09:57.313Z]       + id               = (known after apply)
[2024-08-14T10:09:57.313Z]       + owner_id         = (known after apply)
[2024-08-14T10:09:57.313Z]       + propagating_vgws = (known after apply)
[2024-08-14T10:09:57.313Z]       + route            = (known after apply)
[2024-08-14T10:09:57.313Z]       + tags             = {
[2024-08-14T10:09:57.313Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.313Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.313Z]         }
[2024-08-14T10:09:57.313Z]       + tags_all         = {
[2024-08-14T10:09:57.313Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.313Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.313Z]         }
[2024-08-14T10:09:57.313Z]       + vpc_id           = (known after apply)
[2024-08-14T10:09:57.313Z]     }
[2024-08-14T10:09:57.313Z] 
[2024-08-14T10:09:57.313Z]   # aws_security_group.this will be created
[2024-08-14T10:09:57.313Z]   + resource "aws_security_group" "this" {
[2024-08-14T10:09:57.313Z]       + arn                    = (known after apply)
[2024-08-14T10:09:57.313Z]       + description            = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.313Z]       + egress                 = [
[2024-08-14T10:09:57.313Z]           + {
[2024-08-14T10:09:57.313Z]               + cidr_blocks      = [
[2024-08-14T10:09:57.313Z]                   + "0.0.0.0/0",
[2024-08-14T10:09:57.313Z]                 ]
[2024-08-14T10:09:57.313Z]               + description      = "Allow ALL for ALL"
[2024-08-14T10:09:57.313Z]               + from_port        = 0
[2024-08-14T10:09:57.313Z]               + ipv6_cidr_blocks = []
[2024-08-14T10:09:57.313Z]               + prefix_list_ids  = []
[2024-08-14T10:09:57.313Z]               + protocol         = "-1"
[2024-08-14T10:09:57.313Z]               + security_groups  = []
[2024-08-14T10:09:57.313Z]               + self             = false
[2024-08-14T10:09:57.313Z]               + to_port          = 0
[2024-08-14T10:09:57.313Z]             },
[2024-08-14T10:09:57.313Z]         ]
[2024-08-14T10:09:57.313Z]       + id                     = (known after apply)
[2024-08-14T10:09:57.313Z]       + ingress                = [
                                        censored
[2024-08-14T10:09:57.314Z]         ]
[2024-08-14T10:09:57.314Z]       + name                   = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.314Z]       + name_prefix            = (known after apply)
[2024-08-14T10:09:57.314Z]       + owner_id               = (known after apply)
[2024-08-14T10:09:57.314Z]       + revoke_rules_on_delete = false
[2024-08-14T10:09:57.314Z]       + tags                   = {
[2024-08-14T10:09:57.314Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.314Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.314Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.314Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.314Z]         }
[2024-08-14T10:09:57.314Z]       + tags_all               = {
[2024-08-14T10:09:57.314Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.314Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.314Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.314Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.314Z]         }
[2024-08-14T10:09:57.314Z]       + vpc_id                 = (known after apply)
[2024-08-14T10:09:57.314Z]     }
[2024-08-14T10:09:57.314Z] 
[2024-08-14T10:09:57.314Z]   # aws_subnet.this[0] will be created
[2024-08-14T10:09:57.314Z]   + resource "aws_subnet" "this" {
[2024-08-14T10:09:57.314Z]       + arn                                            = (known after apply)
[2024-08-14T10:09:57.314Z]       + assign_ipv6_address_on_creation                = false
[2024-08-14T10:09:57.314Z]       + availability_zone                              = "eu-central-1a"
[2024-08-14T10:09:57.314Z]       + availability_zone_id                           = (known after apply)
[2024-08-14T10:09:57.314Z]       + cidr_block                                     = "172.16.0.0/21"
[2024-08-14T10:09:57.314Z]       + enable_dns64                                   = false
[2024-08-14T10:09:57.314Z]       + enable_resource_name_dns_a_record_on_launch    = false
[2024-08-14T10:09:57.314Z]       + enable_resource_name_dns_aaaa_record_on_launch = false
[2024-08-14T10:09:57.314Z]       + id                                             = (known after apply)
[2024-08-14T10:09:57.314Z]       + ipv6_cidr_block_association_id                 = (known after apply)
[2024-08-14T10:09:57.314Z]       + ipv6_native                                    = false
[2024-08-14T10:09:57.314Z]       + map_public_ip_on_launch                        = true
[2024-08-14T10:09:57.314Z]       + owner_id                                       = (known after apply)
[2024-08-14T10:09:57.314Z]       + private_dns_hostname_type_on_launch            = (known after apply)
[2024-08-14T10:09:57.314Z]       + tags                                           = {
[2024-08-14T10:09:57.314Z]           + "Name"                           = "fleetiq-playtest-demo-23-eu-central-1a"
[2024-08-14T10:09:57.314Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.314Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.314Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.314Z]         }
[2024-08-14T10:09:57.314Z]       + tags_all                                       = {
[2024-08-14T10:09:57.314Z]           + "Name"                           = "fleetiq-playtest-demo-23-eu-central-1a"
[2024-08-14T10:09:57.314Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.314Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.314Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.314Z]         }
[2024-08-14T10:09:57.314Z]       + vpc_id                                         = (known after apply)
[2024-08-14T10:09:57.314Z]     }
[2024-08-14T10:09:57.314Z] 
[2024-08-14T10:09:57.314Z]   # aws_subnet.this[1] will be created
[2024-08-14T10:09:57.314Z]   + resource "aws_subnet" "this" {
[2024-08-14T10:09:57.314Z]       + arn                                            = (known after apply)
[2024-08-14T10:09:57.314Z]       + assign_ipv6_address_on_creation                = false
[2024-08-14T10:09:57.315Z]       + availability_zone                              = "eu-central-1b"
[2024-08-14T10:09:57.315Z]       + availability_zone_id                           = (known after apply)
[2024-08-14T10:09:57.315Z]       + cidr_block                                     = "172.16.8.0/21"
[2024-08-14T10:09:57.315Z]       + enable_dns64                                   = false
[2024-08-14T10:09:57.315Z]       + enable_resource_name_dns_a_record_on_launch    = false
[2024-08-14T10:09:57.315Z]       + enable_resource_name_dns_aaaa_record_on_launch = false
[2024-08-14T10:09:57.315Z]       + id                                             = (known after apply)
[2024-08-14T10:09:57.315Z]       + ipv6_cidr_block_association_id                 = (known after apply)
[2024-08-14T10:09:57.315Z]       + ipv6_native                                    = false
[2024-08-14T10:09:57.315Z]       + map_public_ip_on_launch                        = true
[2024-08-14T10:09:57.315Z]       + owner_id                                       = (known after apply)
[2024-08-14T10:09:57.315Z]       + private_dns_hostname_type_on_launch            = (known after apply)
[2024-08-14T10:09:57.315Z]       + tags                                           = {
[2024-08-14T10:09:57.315Z]           + "Name"                           = "fleetiq-playtest-demo-23-eu-central-1b"
[2024-08-14T10:09:57.315Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.315Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.315Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.315Z]         }
[2024-08-14T10:09:57.315Z]       + tags_all                                       = {
[2024-08-14T10:09:57.315Z]           + "Name"                           = "fleetiq-playtest-demo-23-eu-central-1b"
[2024-08-14T10:09:57.315Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.315Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.315Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.315Z]         }
[2024-08-14T10:09:57.315Z]       + vpc_id                                         = (known after apply)
[2024-08-14T10:09:57.315Z]     }
[2024-08-14T10:09:57.315Z] 
[2024-08-14T10:09:57.315Z]   # aws_subnet.this[2] will be created
[2024-08-14T10:09:57.315Z]   + resource "aws_subnet" "this" {
[2024-08-14T10:09:57.315Z]       + arn                                            = (known after apply)
[2024-08-14T10:09:57.315Z]       + assign_ipv6_address_on_creation                = false
[2024-08-14T10:09:57.315Z]       + availability_zone                              = "eu-central-1c"
[2024-08-14T10:09:57.315Z]       + availability_zone_id                           = (known after apply)
[2024-08-14T10:09:57.315Z]       + cidr_block                                     = "172.16.16.0/21"
[2024-08-14T10:09:57.315Z]       + enable_dns64                                   = false
[2024-08-14T10:09:57.315Z]       + enable_resource_name_dns_a_record_on_launch    = false
[2024-08-14T10:09:57.315Z]       + enable_resource_name_dns_aaaa_record_on_launch = false
[2024-08-14T10:09:57.315Z]       + id                                             = (known after apply)
[2024-08-14T10:09:57.315Z]       + ipv6_cidr_block_association_id                 = (known after apply)
[2024-08-14T10:09:57.315Z]       + ipv6_native                                    = false
[2024-08-14T10:09:57.315Z]       + map_public_ip_on_launch                        = true
[2024-08-14T10:09:57.315Z]       + owner_id                                       = (known after apply)
[2024-08-14T10:09:57.315Z]       + private_dns_hostname_type_on_launch            = (known after apply)
[2024-08-14T10:09:57.315Z]       + tags                                           = {
[2024-08-14T10:09:57.315Z]           + "Name"                           = "fleetiq-playtest-demo-23-eu-central-1c"
[2024-08-14T10:09:57.315Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.315Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.315Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.315Z]         }
[2024-08-14T10:09:57.315Z]       + tags_all                                       = {
[2024-08-14T10:09:57.315Z]           + "Name"                           = "fleetiq-playtest-demo-23-eu-central-1c"
[2024-08-14T10:09:57.315Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.315Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.315Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.315Z]         }
[2024-08-14T10:09:57.315Z]       + vpc_id                                         = (known after apply)
[2024-08-14T10:09:57.315Z]     }
[2024-08-14T10:09:57.315Z] 
[2024-08-14T10:09:57.315Z]   # aws_vpc.this will be created
[2024-08-14T10:09:57.315Z]   + resource "aws_vpc" "this" {
[2024-08-14T10:09:57.315Z]       + arn                                  = (known after apply)
[2024-08-14T10:09:57.315Z]       + cidr_block                           = "172.16.0.0/19"
[2024-08-14T10:09:57.315Z]       + default_network_acl_id               = (known after apply)
[2024-08-14T10:09:57.315Z]       + default_route_table_id               = (known after apply)
[2024-08-14T10:09:57.315Z]       + default_security_group_id            = (known after apply)
[2024-08-14T10:09:57.315Z]       + dhcp_options_id                      = (known after apply)
[2024-08-14T10:09:57.315Z]       + enable_dns_hostnames                 = true
[2024-08-14T10:09:57.315Z]       + enable_dns_support                   = true
[2024-08-14T10:09:57.315Z]       + enable_network_address_usage_metrics = (known after apply)
[2024-08-14T10:09:57.315Z]       + id                                   = (known after apply)
[2024-08-14T10:09:57.315Z]       + instance_tenancy                     = "default"
[2024-08-14T10:09:57.315Z]       + ipv6_association_id                  = (known after apply)
[2024-08-14T10:09:57.315Z]       + ipv6_cidr_block                      = (known after apply)
[2024-08-14T10:09:57.315Z]       + ipv6_cidr_block_network_border_group = (known after apply)
[2024-08-14T10:09:57.315Z]       + main_route_table_id                  = (known after apply)
[2024-08-14T10:09:57.315Z]       + owner_id                             = (known after apply)
[2024-08-14T10:09:57.315Z]       + tags                                 = {
[2024-08-14T10:09:57.315Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.316Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.316Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.316Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.316Z]         }
[2024-08-14T10:09:57.316Z]       + tags_all                             = {
[2024-08-14T10:09:57.316Z]           + "Name"                           = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.316Z]           + "censored:ami-name"               = "lds-performance-demo-23"
[2024-08-14T10:09:57.316Z]           + "censored:game-server-group-name" = "fleetiq-playtest-demo-23"
[2024-08-14T10:09:57.316Z]           + "map-migrated"                   = "censored"
[2024-08-14T10:09:57.316Z]         }
[2024-08-14T10:09:57.316Z]     }

### Steps to Reproduce

Run terraform to create new aws_gamelift_game_server_group

### Debug Output

_No response_

### Panic Output


[2024-08-14T10:10:21.055Z] aws_gamelift_game_server_group.this: Creating...
[2024-08-14T10:10:21.312Z] ╷
[2024-08-14T10:10:21.312Z] │ Error: Plugin did not respond
[2024-08-14T10:10:21.312Z] │ 
[2024-08-14T10:10:21.312Z] │   with aws_gamelift_game_server_group.this,
[2024-08-14T10:10:21.312Z] │   on main.tf line 326, in resource "aws_gamelift_game_server_group" "this":
[2024-08-14T10:10:21.312Z] │  326: resource "aws_gamelift_game_server_group" "this" {
[2024-08-14T10:10:21.312Z] │ 
[2024-08-14T10:10:21.312Z] │ The plugin encountered an error, and failed to respond to the
[2024-08-14T10:10:21.312Z] │ plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may
[2024-08-14T10:10:21.312Z] │ contain more details.
[2024-08-14T10:10:21.312Z] ╵
[2024-08-14T10:10:21.312Z] 
[2024-08-14T10:10:21.312Z] Stack trace from the terraform-provider-aws_v5.42.0_x5 plugin:
[2024-08-14T10:10:21.312Z] 
[2024-08-14T10:10:21.312Z] panic: interface conversion: interface {} is nil, not string
[2024-08-14T10:10:21.312Z] 
[2024-08-14T10:10:21.312Z] goroutine 695 [running]:
[2024-08-14T10:10:21.312Z] github.com/hashicorp/terraform-provider-aws/internal/service/gamelift.resourceGameServerGroupCreate({0x12f7d928?, 0xc002385200}, 0xc0005b9600, {0x114b87a0?, 0xc00260b180})
[2024-08-14T10:10:21.312Z] 	github.com/hashicorp/terraform-provider-aws/internal/service/gamelift/game_server_group.go:247 +0xf92
[2024-08-14T10:10:21.312Z] github.com/hashicorp/terraform-provider-aws/internal/provider.New.(*wrappedResource).Create.interceptedHandler[...].func8(0x0?, {0x114b87a0?, 0xc00260b180?})
[2024-08-14T10:10:21.312Z] 	github.com/hashicorp/terraform-provider-aws/internal/provider/intercept.go:113 +0x283
[2024-08-14T10:10:21.313Z] github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).create(0x12f7d928?, {0x12f7d928?, 0xc0022c7c50?}, 0xd?, {0x114b87a0?, 0xc00260b180?})
[2024-08-14T10:10:21.313Z] 	github.com/hashicorp/terraform-plugin-sdk/v2@v2.33.0/helper/schema/resource.go:773 +0x7a
[2024-08-14T10:10:21.313Z] github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0xc0016267e0, {0x12f7d928, 0xc0022c7c50}, 0xc00339b930, 0xc0005b9300, {0x114b87a0, 0xc00260b180})
[2024-08-14T10:10:21.313Z] 	github.com/hashicorp/terraform-plugin-sdk/v2@v2.33.0/helper/schema/resource.go:909 +0xa89
[2024-08-14T10:10:21.313Z] github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ApplyResourceChange(0xc001c0b4e8, {0x12f7d928?, 0xc0022c7b60?}, 0xc0021bb220)
[2024-08-14T10:10:21.313Z] 	github.com/hashicorp/terraform-plugin-sdk/v2@v2.33.0/helper/schema/grpc_provider.go:1078 +0xdbc
[2024-08-14T10:10:21.313Z] github.com/hashicorp/terraform-plugin-mux/tf5muxserver.(*muxServer).ApplyResourceChange(0x12f7d960?, {0x12f7d928?, 0xc0022c7860?}, 0xc0021bb220)
[2024-08-14T10:10:21.313Z] 	github.com/hashicorp/terraform-plugin-mux@v0.15.0/tf5muxserver/mux_server_ApplyResourceChange.go:36 +0x193
[2024-08-14T10:10:21.313Z] github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ApplyResourceChange(0xc00121e000, {0x12f7d928?, 0xc0022c7050?}, 0xc002204540)
[2024-08-14T10:10:21.313Z] 	github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:846 +0x3d0
[2024-08-14T10:10:21.313Z] github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ApplyResourceChange_Handler({0x11261960?, 0xc00121e000}, {0x12f7d928, 0xc0022c7050}, 0xc0005b8d80, 0x0)
[2024-08-14T10:10:21.313Z] 	github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:518 +0x169
[2024-08-14T10:10:21.313Z] google.golang.org/grpc.(*Server).processUnaryRPC(0xc0015f2200, {0x12f7d928, 0xc0022c6fc0}, {0x12fb6938, 0xc002613a00}, 0xc0022b3d40, 0xc0026c23c0, 0x1b175a78, 0x0)
[2024-08-14T10:10:21.313Z] 	google.golang.org/grpc@v1.62.0/server.go:1383 +0xe03
[2024-08-14T10:10:21.313Z] google.golang.org/grpc.(*Server).handleStream(0xc0015f2200, {0x12fb6938, 0xc002613a00}, 0xc0022b3d40)
[2024-08-14T10:10:21.313Z] 	google.golang.org/grpc@v1.62.0/server.go:1794 +0x100c
[2024-08-14T10:10:21.313Z] google.golang.org/grpc.(*Server).serveStreams.func2.1()
[2024-08-14T10:10:21.313Z] 	google.golang.org/grpc@v1.62.0/server.go:1027 +0x8b
[2024-08-14T10:10:21.313Z] created by google.golang.org/grpc.(*Server).serveStreams.func2 in goroutine 15
[2024-08-14T10:10:21.313Z] 	google.golang.org/grpc@v1.62.0/server.go:1038 +0x135
[2024-08-14T10:10:21.313Z] 
[2024-08-14T10:10:21.313Z] Error: The terraform-provider-aws_v5.42.0_x5 plugin crashed!

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

@lystor lystor added the bug Addresses a defect in current functionality. label Aug 14, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added crash Results from or addresses a Terraform crash or kernel panic. service/ec2 Issues and PRs that pertain to the ec2 service. service/gamelift Issues and PRs that pertain to the gamelift service. service/iam Issues and PRs that pertain to the iam service. service/vpc Issues and PRs that pertain to the vpc service. labels Aug 14, 2024
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label Aug 14, 2024
@ewbankkit ewbankkit removed service/iam Issues and PRs that pertain to the iam service. service/ec2 Issues and PRs that pertain to the ec2 service. needs-triage Waiting for first response or review from a maintainer. labels Aug 14, 2024
@github-actions github-actions bot added service/ec2 Issues and PRs that pertain to the ec2 service. service/iam Issues and PRs that pertain to the iam service. labels Aug 14, 2024
@ewbankkit
Copy link
Contributor

if err != nil {
return sdkdiag.AppendErrorf(diags, "creating GameLift Game Server Group (%s): %s", d.Get("name").(string), err)
}

This resource has no attribute named name (hence the nil pointer).
This has been fixed via #38379, released in Terraform AWS Provider v5.63.0.

@ewbankkit
Copy link
Contributor

@lystor Thanks for raising this issue 👏.
Please upgrade to v5.63.0 of the provider.

Copy link

Warning

This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. crash Results from or addresses a Terraform crash or kernel panic. service/ec2 Issues and PRs that pertain to the ec2 service. service/gamelift Issues and PRs that pertain to the gamelift service. service/iam Issues and PRs that pertain to the iam service. service/vpc Issues and PRs that pertain to the vpc service.
Projects
None yet
Development

No branches or pull requests

2 participants