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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
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
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform AWS Provider Version
Terraform v0.12.25
provider.aws v3.5.0
Affected Resource(s)
aws_lambda_function
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
@nirsv Thanks for raising this issue.
AWS Lambda container image support (and the image_uri attribute) was added in #16512 and released in v3.19.0 of the Terraform AWS Provider.
You will need to upgrade to at least that version of the provider for the functionality you require.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.12.25
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
I expect the lambda to be created (at least the plan to succeed)
Actual Behavior
Error: Unsupported argument
An argument named "image_uri" is not expected here.
Steps to Reproduce
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: