-
Notifications
You must be signed in to change notification settings - Fork 121
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
awscc_ecs_task_definition error with provider returned invalid result object #960
Comments
Sample debug trace log
|
I am unable to replicate the problem when using CCAPI CLI, thus I dont thinks this is an upstream issue |
started to see the trend, pretty much all optional values on the For example if I have:
Then the error message will complaint about unknown values for :
Upon inspection of the CCAPI response, I noticed that these optional values are returned as empty list:
|
Additional debug that I think is relevant
|
just a note, I tested this and it works well now, thanks @ewbankkit . there's small typo on the config presented in this issue, where the
|
Community Note
Terraform CLI and Terraform AWS Cloud Control Provider Version
terraform-provider-awscc_v0.52.0_x5
Affected Resource(s)
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
Panic Output
Expected Behavior
ECS Definition should be created.
Steps to Reproduce
terraform apply
terraform apply
Important Factoids
I have used the same Terraform script with AWS Provider and create successfully.
References
The text was updated successfully, but these errors were encountered: