[Bug]: Migrating exisitng AWS Redshift Cluster to managed master password is not supported #38429
Labels
bug
Addresses a defect in current functionality.
service/redshift
Issues and PRs that pertain to the redshift service.
Terraform Core Version
1.8.5
AWS Provider Version
5.44.0
Affected Resource(s)
aws_redshift_cluster
Expected Behavior
We expect the cluster to gracefully transition to use an AWS managed secret for the admin credentials.
Actual Behavior
Redshift cluster was unable to be modified.
Note that destroying and recreating the cluster worked, so it seems that the modification of an existing cluster is not properly implemented.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Create a redshift cluster using the master_password argument.
Subsequently modify the resource to use the manage_master_password argument instead.
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: