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
Added force destroy feature + new restore policy (#13)
* Updated Documentation + terratest version
* Refactored examples to be 4.0 compatible
* New feature to allow force destroy for backup vault
* Added restore policy
* Update documentation + upgrade go modules
* Update github actions workflow
|[aws_iam_policy_document.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -148,6 +148,7 @@ No modules.
148
148
| <aname="input_selection_tags"></a> [selection\_tags](#input\_selection\_tags)| A list of selection tags map |`list(any)`|`[]`| no |
149
149
| <aname="input_sns_topic_arn"></a> [sns\_topic\_arn](#input\_sns\_topic\_arn)| The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events |`string`|`null`| no |
150
150
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
151
+
| <aname="input_vault_force_destroy"></a> [vault\_force\_destroy](#input\_vault\_force\_destroy)| A boolean that indicates that all recovery points stored in the vault are deleted so that the vault can be destroyed without error. |`bool`|`false`| no |
151
152
| <aname="input_vault_kms_key_arn"></a> [vault\_kms\_key\_arn](#input\_vault\_kms\_key\_arn)| The server-side encryption key that is used to protect your backups |`string`|`null`| no |
152
153
| <aname="input_vault_name"></a> [vault\_name](#input\_vault\_name)| Name of the backup vault to create. If not given, AWS use default |`string`|`null`| no |
153
154
| <aname="input_vault_sns_kms_key_arn"></a> [vault\_sns\_kms\_key\_arn](#input\_vault\_sns\_kms\_key\_arn)| The server-side encryption key that is used to protect SNS messages for backups |`string`|`null`| no |
0 commit comments