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
when creating a s3 bucket notification, the plan shows the following error:
Error: Reference to undeclared resource
│
│ on .terraform/modules/my_bucket.s3_bucket/main.tf line 592, in resource "aws_s3_bucket_notification" "bucket_notification":
│ 592: events = lambda.value.events
│
│ A managed resource "lambda" "value" has not been declared in module.my_bucket.module.s3_bucket.
Expected Behavior
The resource should be created when the event_notifcation_list is enabled
Describe the Bug
when creating a s3 bucket notification, the plan shows the following error:
Expected Behavior
The resource should be created when the event_notifcation_list is enabled
Steps to Reproduce
Just do a call to the module, trying to create a event notification
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: