The platform version must be null when specifying an EC2 launch type #2122
Labels
bug
service/ecs
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
Affected Resource(s)
awscc_ecs_service
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
https://gist.github.com/slawek-survicate/6eb826c1d51f10050335786e2a9fbf4a
Expected Behavior
platform_version
should be set to null ifnull
is provided explicitly.Actual Behavior
platform_version
is sett toLATEST
even ifnull
is set explicitly.And I get the error:
Steps to Reproduce
terraform plan
- you can see thatplatform_version
is set toLATEST
terraform apply
The text was updated successfully, but these errors were encountered: