issues
search
cloudposse
/
terraform-aws-kms-key
Terraform module to provision a KMS key with alias
https://cloudposse.com/accelerate
Apache License 2.0
72
stars
87
forks
source link
feat: add variables key_usage and customer_master_key_spec
#27
Closed
syphernl
closed
3 years ago
syphernl
commented
3 years ago
what
Added optional variables
key_usage
and
customer_master_key_spec
Updated GitHub configs
why
To be able to use the created KMS key with DNSSEC in Route53. The defaults remain unchanged.
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key#key_usage
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key#customer_master_key_spec
Gowiem
commented
3 years ago
/test all
Gowiem
commented
3 years ago
/test all
what
key_usage
andcustomer_master_key_spec
why
references