Open Flaudiepie opened 2 years ago
Voting for Prioritization
Volunteering to Work on This Issue
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
Terraform Core Version
1.3.4
AWS Provider Version
4.37.0
Affected Resource(s)
aws_lambda_event_source_mapping
Expected Behavior
terraform apply should push the resource to aws. The event source is configured for a selfmanaged apache kafka.
Actual Behavior
When applying a Validation Exception is thrown with no explicit reason
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Debug Output
debug.txt
Panic Output
No response
Important Factoids
The resource is configured for a self managed kafka. We tried playing around with the single configuration values but nothing worked.
We also tried to setup the event source via the aws console with the same values and it worked. For validation we compared the aws console and terraform requests and they were completely identical besides some formatting.
Importing from the aws console and correcting the local resource also does not work.
References
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_event_source_mapping
Would you like to implement a fix?
No response