Open iamdb04 opened 1 month ago
Voting for Prioritization
Volunteering to Work on This Issue
Facing the same issue too.
Hey @iamdb04 👋 Thank you for taking the time to raise this! The error that you're receiving is a fairly generic networking error, so my initial suspicion is that this wouldn't be a bug in the provider itself. To try to verify that, are you able to supply debug logs (redacted as needed) for further inspection?
Terraform Core Version
1.3.5
AWS Provider Version
4.47.0
Affected Resource(s)
The given EMR should have been terminated gracefully. Here the EMR is getting terminated in the backend but the terraform apply is failing with the below response:
Expected Behavior
Terraform apply should have given expected response. That all the resources have been destroyed.
Actual Behavior
The given EMR should have been terminated gracefully. Here the EMR is getting terminated in the backend but the terraform apply is failing with the below response:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
terraform init terraform plan terraform apply terraform destroy
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None