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_backup_name"></a> [backup\_name](#input\_backup\_name)| The display name of a backup plan. |`string`| n/a | yes |
57
-
| <aname="input_changeable_for_days"></a> [changeable\_for\_days](#input\_changeable\_for\_days)| The number of days before the lock date. If omitted creates a vault lock in governance mode, otherwise it will create a vault lock in compliance mode. |`number`|`null`| no |
57
+
| <aname="input_changeable_for_days"></a> [changeable\_for\_days](#input\_changeable\_for\_days)| The number of days before the lock date. If omitted creates a vault lock in governance mode, otherwise it will create<br> a vault lock in compliance mode. When you apply this setting:<br><br> The vault will become immutable in 3 days after applying. You have 3 days of grace time to manage or delete the vault<br> lock before it becomes immutable. During this time, only those users with specific IAM permissions can make changes.<br><br> Once the vault is locked in compliance mode, it cannot be managed or deleted by anyone, even the root user or AWS.<br> The only way to deactivate the lock is to terminate the account, which will delete all the backups.<br><br> Since you cannot delete the Vault, it will be charged for backups until that date. Be careful! |`number`|`null`| no |
58
+
| <aname="input_custom_rules"></a> [custom\_rules](#input\_custom\_rules)| Backup rules to add to the AWS Backup Vault. See examples for usage. | <pre>list(object({<br> name = string<br> schedule = optional(string)<br><br> start_window = optional(number)<br> completion_window = optional(number)<br><br> enable_continuous_backup = optional(bool)<br> recovery_point_tags = optional(map(string), {})<br><br> lifecycle = optional(object({<br> cold_storage_after = optional(number)<br> delete_after = optional(number)<br> }))<br><br> copy_action = optional(object({<br> destination_vault_arn = optional(string)<br> lifecycle = optional(object({<br> cold_storage_after = optional(number)<br> delete_after = optional(number)<br> }))<br> }))<br> }))</pre> |`[]`| no |
59
+
| <aname="input_enable_customer_managed_kms"></a> [enable\_customer\_managed\_kms](#input\_enable\_customer\_managed\_kms)| Whether to enable customer managed KMS encryption for the backup vault. |`bool`|`false`| no |
60
+
| <aname="input_enable_vault_lock"></a> [enable\_vault\_lock](#input\_enable\_vault\_lock)| Whether to enable Vault Lock for the backup vault. |`bool`|`false`| no |
61
+
| <aname="input_enable_windows_vss_backup"></a> [enable\_windows\_vss\_backup](#input\_enable\_windows\_vss\_backup)| Whether to enable Windows VSS backup for the backup plan. |`bool`|`false`| no |
62
+
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| The ARN of the KMS Key to use to encrypt your backups. If left empty, the default AWS KMS will be used. |`string`|`null`| no |
58
63
| <aname="input_max_retention_days"></a> [max\_retention\_days](#input\_max\_retention\_days)| The maximum retention period that the vault retains its recovery points. |`number`|`365`| no |
59
64
| <aname="input_min_retention_days"></a> [min\_retention\_days](#input\_min\_retention\_days)| The minimum retention period that the vault retains its recovery points. |`number`|`7`| no |
60
-
| <aname="input_resources"></a> [resources](#input\_resources)| An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan. |`list(string)`| n/a | yes |
| <aname="input_service"></a> [service](#input\_service)| The service that the resource belongs to. |`string`| n/a | yes |
65
+
| <aname="input_plan_name"></a> [plan\_name](#input\_plan\_name)| The display name of the backup plan. |`string`| n/a | yes |
66
+
| <aname="input_predefined_rules"></a> [predefined\_rules](#input\_predefined\_rules)| A list of predefined backup rules to add to the AWS Backup Plan. See examples for usage. |`list(string)`|`[]`| no |
67
+
| <aname="input_role_arn"></a> [role\_arn](#input\_role\_arn)| The ARN of the IAM role that AWS Backup uses to authenticate when restoring or backing up the target resources. If left empty, a default role will be created. |`string`|`null`| no |
68
+
| <aname="input_selections"></a> [selections](#input\_selections)| An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan. | <pre>list(object({<br> name = string<br> role_arn = optional(string)<br><br> arns = optional(list(string))<br> tag = optional(object({<br> type = string<br> key = string<br> value = string<br> }))<br> }))</pre> |`[]`| no |
63
69
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to add to the AWS Backup. |`map(any)`|`{}`| no |
70
+
| <aname="input_vault_force_destroy"></a> [vault\_force\_destroy](#input\_vault\_force\_destroy)| Whether to allow the backup vault to be destroyed even if it contains recovery points. |`string`|`false`| no |
64
71
| <aname="input_vault_name"></a> [vault\_name](#input\_vault\_name)| Name of the backup vault to create. |`string`| n/a | yes |
65
72
66
73
## Outputs
67
74
68
-
No outputs.
75
+
| Name | Description |
76
+
|------|-------------|
77
+
| <aname="output_backup_plan_arn"></a> [backup\_plan\_arn](#output\_backup\_plan\_arn)| The ARN of the backup plan. |
78
+
| <aname="output_backup_plan_id"></a> [backup\_plan\_id](#output\_backup\_plan\_id)| The ID of the backup plan. |
79
+
| <aname="output_backup_vault_arn"></a> [backup\_vault\_arn](#output\_backup\_vault\_arn)| The ARN of the backup vault. |
80
+
| <aname="output_backup_vault_id"></a> [backup\_vault\_id](#output\_backup\_vault\_id)| The ID of the backup vault. |
0 commit comments