You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/arc-iac-docs/modules/terraform-aws-arc-kms/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,6 @@ No modules.
65
65
| <aname="input_deletion_window_in_days"></a> [deletion\_window\_in\_days](#input\_deletion\_window\_in\_days)| Duration in days after which the key is deleted after destruction of the resource |`number`|`10`| no |
66
66
| <aname="input_description"></a> [description](#input\_description)| The description of the key as viewed in AWS console |`string`|`"KMS master key"`| no |
67
67
| <aname="input_enable_key_rotation"></a> [enable\_key\_rotation](#input\_enable\_key\_rotation)| Specifies whether key rotation is enabled |`bool`|`true`| no |
68
-
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Set to false to prevent the module from creating any resources |`bool`|`true`| no |
69
68
| <aname="input_key_usage"></a> [key\_usage](#input\_key\_usage)| Specifies the intended use of the key. Valid values: `ENCRYPT_DECRYPT` or `SIGN_VERIFY`. |`string`|`"ENCRYPT_DECRYPT"`| no |
70
69
| <aname="input_multi_region"></a> [multi\_region](#input\_multi\_region)| Indicates whether the KMS key is a multi-Region (true) or regional (false) key. |`bool`|`false`| no |
71
70
| <aname="input_policy"></a> [policy](#input\_policy)| A valid KMS policy JSON document. Note that if the policy document is not specific enough (but still valid), Terraform may view the policy as constantly changing in a terraform plan. In this case, please make sure you use the verbose/specific version of the policy. |`string`| n/a | yes |
0 commit comments