RDS resource not resolving KMS Alias on subsequent plans #15883
Labels
provider/aws
question
waiting-response
An issue/pull request is waiting for a response from the community
If I create an RDS instance and reference a KMS key via Alias ARN, the instance is created and properly refers to the Alias' target. However, on subsequent plans, this forces perpetual recreation, as the ARN in state (the alias arn) does not match the ARN on the instance (the key arn).
Refreshing state should resolve the Alias before comparing to existing instance. This would allow Aliases to be usable on RDS resources.
The text was updated successfully, but these errors were encountered: