-
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
redshift cluster restore from snapshot misconfigures cluster for parameters number_of_nodes and kms_key #13176
Comments
I can confirm I see the same behavior going the other way. |
This just bit us quite hard by spawning a 29 node cluster instead of 5 :( |
We are also experiencing that tags are not set when restoring from a snapshot. A second apply afterwards will correct this but when restoring from a snapshot of our main cluster's size it takes many hours... In our case that means that the cost allocation is completely wrong for a huge cluster for many hours, totally unacceptable! |
This functionality has been released in v4.9.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Facing a similar issue here. I am trying to create a redshift cluster from snapshot. the restore from snapshot option enables me to change the existing 7 node ds2 based cluster to a 2 node ra3.4xl cluster. However, terraform seems to ignores all the configs and
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/imdhruva/91911af2f501fe319337d2253481edca
Expected Behavior
aws_redshift_cluster
with 2 nodes and no kms enabledActual Behavior
aws_redshift_cluster
with 7 nodes and kms enabledSteps to Reproduce
terraform init
terraform apply
References
#11367
The text was updated successfully, but these errors were encountered: