-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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]: modifying Redshift Cluster (redshift-cluster-01): InvalidParameterCombination: No modifications were requested #30160
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
From what I can see, the issue is when a piece of meta info is updated, and nothing relating cluster needs modification. how I can replicate this issue is when I change the if you change another parameter along with |
I'm getting this same issue when I try creating a VPC endpoint, get hit with the 'No modifications were requested' error. In the end, had to apply a minor change to my cluster and create a vpc_endpoint together for the change to get picked up. |
I'm still running into this issue when trying to update the cluster_parameter_group_name property. I've read the workaround from folks where you have to also apply a cluster property change. I've tried several combinations but can't seem to get it to work still, any tips on which property I can use to piggyback my change? Thanks. |
I'm running into the same issue when attempting to change only |
I'm also facing a similar issue. Any workaround for this error? |
Terraform Core Version
1.4.1
AWS Provider Version
4.52.0
Affected Resource(s)
aws_redshift_cluster
Expected Behavior
Should perform in-place update
Actual Behavior
Fails with error:
Error: modifying Redshift Cluster (dw-dev-redshift-cluster-01): InvalidParameterCombination: No modifications were requested
│ status code: 400, request id: 51c15156-5ca5-4de0-a431-xxxxxxxxxxxx
Relevant Error/Panic Output Snippet
Terraform Configuration Files
.
Steps to Reproduce
Run terraform apply and try to apply proposed actions/changes
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: