awscc_gamelift_game_server_group Is Unable To Handle Updates #1399
Labels
bug
service/gamelift
upstream-aws
Unable to proceed due to missing or broken functionality from an AWS dependency.
Community Note
Terraform CLI and Terraform AWS Cloud Control Provider Version
Terraform v1.6.5 on linux_amd64
awscc 0.68.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/kurtislamb/23f5581e6b2b572e62d2a8c61ffee2a3
Expected Behavior
When we change values like
min_size
terraform sees this as an update and updates the resource in AWS. I expect the update to work as AWS confirm the Cloud Control API supports update. This should update the GameServer Group and the underlying Auto Scaling Group with the values that have changed.Actual Behavior
When the above action is taken the following error occurs;
As a side note, if only the name changes the resource update completes but the change does not take effect in AWS, thus every subsequent apply wants to change the name again.
Steps to Reproduce
terraform apply
to create the resources, all applies correctlyterraform apply
terraform detects change and tries to update, error occursImportant Factoids
We use a mixture of AWSCC and AWS Providers with 99% of the code base on the AWS Provider
References
https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html
The text was updated successfully, but these errors were encountered: