-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: aws_redshift_parameter_group fails with ClusterParameterGroupNotFound if resource disappears #29230
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Destroying via terraform also returns an error:
|
This error in
|
Bisected using
Seems to be introduced by 6ff207a |
@ewbankkit hi! Is there any workaround possible? I destroyed a Redshift deployment for my verification and wanted to re-apply; however, I face the same as @petur |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.3.7
AWS Provider Version
4.52.0
Affected Resource(s)
Expected Behavior
If a parameter group created by terraform is deleted from the AWS console, the next
terraform plan
should show the resource being recreated.Actual Behavior
The
terraform plan
fails with the errorClusterParameterGroupNotFound: ClusterParameterGroup test not found.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform init
andterraform apply
to create a parameter group.terraform plan
again.Debug Output
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: