Open amh-mw opened 4 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @amh-mw 👋 Thank you for taking the time to raise this! You mentioned you're reproducing this with localstack. Are you experiencing the same issues when using the provider with AWS itself? We try not to break compatibility with localstack, etc., but we don't actively test against them, or promise compatibility.
I am unable to reproduce against AWS with
Terraform v1.9.0
on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v5.56.1
Terraform Core Version
1.9.0
AWS Provider Version
5.55.0
Affected Resource(s)
Expected Behavior
aws_ses_event_destination created without error
Actual Behavior
aws_ses_event_destination created with error (snippet below), then subsequent runs fail with
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform apply -auto-approve
Debug Output
Panic Output
No response
Important Factoids
I am reproducing with hashicorp/terraform and localstack/localstack containers.
References
Related?
Would you like to implement a fix?
None