Closed mpajuelofernandez closed 2 months ago
It seems there is a typo kind if error here
dynamic "lambda_function" { for_each = var.event_notification_details.lambda_list content { lambda_function_arn = lambda_function.value.arn events = lambda.value.events filter_prefix = lambda_function.value.filter_prefix filter_suffix = lambda_function.value.filter_suffix } }
I think it should be
dynamic "lambda_function" { for_each = var.event_notification_details.lambda_list content { lambda_function_arn = lambda_function.value.arn events = lambda_function.value.events filter_prefix = lambda_function.value.filter_prefix filter_suffix = lambda_function.value.filter_suffix } }
The S3 notification can not be created unless this is fixed
This should fix https://github.com/cloudposse/terraform-aws-s3-bucket/issues/252
/terratest
These changes were released in v4.7.1.
what
It seems there is a typo kind if error here
I think it should be
why
The S3 notification can not be created unless this is fixed
references
This should fix https://github.com/cloudposse/terraform-aws-s3-bucket/issues/252