AWS KMS Terraform module
Upstream version 4.2.0
1 control from CIS Controls v8.0 IG1 requirements
Terraform Module Source
cisv80ig1.compliance.tf/terraform-aws-modules/kms/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| aliases | — | A map of aliases created and their attributes | — |
| external_key_expiration_model | — | Whether the key material expires. Empty when pending key material import, otherwise `KEY_MATERIAL_EXPIRES` or `KEY_MATERIAL_DOES_NOT_EXPIRE` | — |
| external_key_state | — | The state of the CMK | — |
| external_key_usage | — | The cryptographic operations for which you can use the CMK | — |
| grants | — | A map of grants created and their attributes | sensitive |
| key_arn | — | The Amazon Resource Name (ARN) of the key | — |
| key_id | — | The globally unique identifier for the key | — |
| key_policy | — | The IAM resource policy set on the key | — |
| key_region | — | The region for the key | — |