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
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the terraformscaffold environment the module is called for |`string`| n/a | yes |
20
20
| <aname="input_iam_delegation"></a> [iam\_delegation](#input\_iam\_delegation)| Whether to delegate administration of the key to the local account. Defaults to true |`bool`|`true`| no |
21
-
| <aname="input_is_multi_region"></a> [is\_multi\_region](#input\_is\_multi\_region)| Whether the KMS key is a multi-region key. Defaults to false |`bool`|`false`| no |
21
+
| <aname="input_is_multi_region"></a> [is\_multi\_region](#input\_is\_multi\_region)| Whether the KMS key is a multi-region key, where secondary region would mostly be us-east-1. Defaults to false |`bool`|`false`| no |
22
22
| <aname="input_key_policy_documents"></a> [key\_policy\_documents](#input\_key\_policy\_documents)| List of KMS key policy JSON documents |`list(string)`|`[]`| no |
23
23
| <aname="input_name"></a> [name](#input\_name)| A unique name to distinguish this module invocation from others within the same CSI scope |`string`| n/a | yes |
24
24
| <aname="input_project"></a> [project](#input\_project)| The name of the terraformscaffold project calling the module |`string`| n/a | yes |
0 commit comments