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_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)| If true (default), no snapshot will be made before deleting DB |`bool`|`true`| no |
95
95
| <aname="input_snapshot_cluster_identifier"></a> [snapshot\_cluster\_identifier](#input\_snapshot\_cluster\_identifier)| (Optional) The name of the cluster the source snapshot was created from. |`string`|`null`| no |
96
96
| <aname="input_snapshot_copy_destination_region"></a> [snapshot\_copy\_destination\_region](#input\_snapshot\_copy\_destination\_region)| (Optional) The name of the region where the snapshot will be copied. |`string`|`null`| no |
97
+
| <aname="input_snapshot_copy_grant_name"></a> [snapshot\_copy\_grant\_name](#input\_snapshot\_copy\_grant\_name)| (Optional) The name of the grant in the destination region. Required if you have a KMS encrypted cluster. |`string`|`null`| no |
97
98
| <aname="input_snapshot_identifier"></a> [snapshot\_identifier](#input\_snapshot\_identifier)| (Optional) The name of the snapshot from which to create the new cluster. |`string`|`null`| no |
98
99
| <aname="input_subnets"></a> [subnets](#input\_subnets)| List of subnets DB should be available at. It might be one subnet. |`list(string)`|`[]`| no |
99
100
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to all resources |`map(string)`|`{}`| no |
description="(Optional) The name of the grant in the destination region. Required if you have a KMS encrypted cluster."
167
+
type=string
168
+
default=null
169
+
}
170
+
165
171
variable"owner_account" {
166
172
description="(Optional) The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot."
0 commit comments