You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may have a bug in the ECS Terraform module where launch templates are created. When not using a custom AMI, terraform apply can fail with the following error:
ValidationError: You must use a valid fully-formed launch template. The request must contain the parameter ImageId
Impacted services
The frontend app
The game servers
Game builds or automation scripts
Tests or Github Actions
Infrastructure (Terraform)
Steps to reproduce
Configure a TF environment to use a standard ECS AMI instead of a custom AMI
Run terraform apply
The text was updated successfully, but these errors were encountered:
Summary
We may have a bug in the ECS Terraform module where launch templates are created. When not using a custom AMI,
terraform apply
can fail with the following error:Impacted services
Steps to reproduce
terraform apply
The text was updated successfully, but these errors were encountered: