[Bug]: redshift relocation enabled and publicly accessible can both be true #31446
Labels
bug
Addresses a defect in current functionality.
service/redshift
Issues and PRs that pertain to the redshift service.
Milestone
Terraform Core Version
1.4.6
AWS Provider Version
4.62.0
Affected Resource(s)
Expected Behavior
when setting
availability_zone_relocation_enabled
totrue
andpublicly_accessible
totrue
, everything should work.Actual Behavior
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Change both
availability_zone_relocation_enabled
andpublicly_accessible
totrue
Debug Output
No response
Panic Output
No response
Important Factoids
There is no documentation I can find that states these settings shouldn't work together.
Also Tried with CloudFormation and it worked, and also managed to create a cluster with
availability_zone_relocation_enabled: true
andpublicly_accessible: false
and then changed it in the AWS console.References
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: