-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
aws_lambda_event_source_mapping update fails with unsupported parameter when using MSK source #17888
Comments
Related:
Relevant AWS Lambda API reference. The problem with values for resource parameters that weren't explicitly specified in configuration being sent on update (which this issue is a symptom of) has been noticed in #14522. |
It does look like the same issue. For other event source types it seems (?) like you could work around the problem by explicitly setting legal values "Unsupported 'maximumBatchingWindowInSeconds' parameter for given event source mapping type." which makes sense since it is not relevant for this event source type but I think it means there is no work around for this case. |
This has been released in version 3.38.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
terraform14 -v
Terraform v0.14.7
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
https://gist.github.com/delbaeth/91dc6cf4a9e324190dc8de0cdf168296
Panic Output
Expected Behavior
The batch size should have been updated from the current 100 to the new 1000.
Actual Behavior
The apply had an error:
Steps to Reproduce
Important Factoids
References
The text was updated successfully, but these errors were encountered: