Terraform 1.6.0 s3 backend kms_key_id doesn't work anymore with alias #34005
Labels
backend/s3
bug
new
new issue not yet triaged
v1.6
Issues (primarily bugs) reported against v1.6 releases
Milestone
Terraform Version
Terraform Configuration Files
Debug Output
Error: Invalid KMS Key ARN
│
│ on backend.tf line 14, in terraform:
│ 14: kms_key_id = "arn:aws:kms:eu-central-1::alias/"
│
│ Value must be a valid KMS Key ARN, got "arn:aws:kms:eu-central-1::alias/"
Expected Behavior
terraform init is successful.
With version 1.5.7, it was worked.
Using key id instead of alias is still working in version 1.6.0
Actual Behavior
terraform init fails
Steps to Reproduce
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: