-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Terraform apply with aws_lambda_event_source_mapping
does not create the mapping
#13662
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
Comments
Ran into this issue just now as well, I believe the current workaround is to manually specify a |
A temporary workaround would be:
It worked for me. :) |
@mattfysh running in to this issue as well, where are you specifying the |
Hi all 👋 Thank you for taking the time to file this and for the additional input. Given that there's been a few Terraform and AWS Provider releases since the last report, is anyone still experiencing this issue? |
@justinretzolk I'm seeing this issue. Related to #23364 and #650 |
If anyone is experiencing the issue where updating There is a very similar issue (#42560) where the exact same behavior occurs, except is caused by changing the It's not entirely clear which of these bugs this issue is specifically referring to, but I've marked #42561 as a PR that would close this issue. |
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Terraform apply should have created a DynamoDB stream, lambda function and mapped the stream events to the lambda function.
Actual Behavior
Terraform apply did not create the
aws_lambda_event_source_mapping
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: