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
A failure destination is attached to the Lambda funciton
Actual behavior
No failure destinations attached to the Lambda function
Terminal Output Screenshot(s)
Additional context
I inspected the terraform.tfstate after applying the changes, and I do not see any aws_lambda_function_event_invoke_config generated by the module. I assume that's what the module should have done?
p.s. manually adding an aws_lambda_function_event_invoke_config resource, and removing the destination_on_failure from the module, worked as expected.
Description
When using the destination_on_failure on a Lambda function, the configured Failure Destination do not appear in the Lambda function console, nor is a
Versions
Module version 7.17
Terraform version: 1.10.3
Provider version(s):
aws: 5.82.2
external v2.3.4
local v2.5.2
null v3.2.3
Reproduction Code [Required]
Steps to reproduce the behavior:
Run terraform plan, followed by terraform apply
Expected behavior
A failure destination is attached to the Lambda funciton
Actual behavior
No failure destinations attached to the Lambda function
Terminal Output Screenshot(s)
Additional context
I inspected the terraform.tfstate after applying the changes, and I do not see any aws_lambda_function_event_invoke_config generated by the module. I assume that's what the module should have done?
p.s. manually adding an
aws_lambda_function_event_invoke_config
resource, and removing the destination_on_failure from the module, worked as expected.The text was updated successfully, but these errors were encountered: