Create KMS key along with necessary key policies.
No modules.
| Name |
Description |
Type |
Default |
Required |
| alias |
Alias for the created key. Set to null or empty to not create one |
string |
"alias/terraform" |
no |
| deletion_window_in_days |
Number of days before key is permanently deleted |
number |
30 |
no |
| enable_key_rotation |
Enable KMS Key Rotation |
bool |
true |
no |
| key_description |
Textual description on the key |
string |
"" |
no |
| key_policy_statements |
Additional statements for the key policies. |
list(string) |
[] |
no |
| region |
(Optional) Region for the sink. Defaults to AWS provider region. |
string |
null |
no |
| tags |
Tags for resoruces |
map(string) |
{} |
no |