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
|[aws_iam_policy_document.ab_role_assume_role_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
109
112
|[aws_iam_policy_document.ab_tag_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -163,6 +166,7 @@ No modules.
163
166
| <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 |
164
167
| <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 |
165
168
| <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 |
169
+
| <aname="input_vault_name_validation_bypass"></a> [vault\_name\_validation\_bypass](#input\_vault\_name\_validation\_bypass)| Bypass the vault name word validation (test, temp, delete, remove, default). Set to true for existing vaults with these words. Only disables word validation, format validation remains active. |`bool`|`false`| no |
166
170
| <aname="input_vault_type"></a> [vault\_type](#input\_vault\_type)| Type of backup vault to create. Valid values are 'standard' (default) or 'logically\_air\_gapped' |`string`|`"standard"`| no |
167
171
| <aname="input_windows_vss_backup"></a> [windows\_vss\_backup](#input\_windows\_vss\_backup)| Enable Windows VSS backup option and create a VSS Windows backup |`bool`|`false`| no |
168
172
@@ -342,6 +346,21 @@ In case you get an error message similar to this one:
Add the [required IAM permissions mentioned in the CreateBackupVault row](https://docs.aws.amazon.com/aws-backup/latest/devguide/access-control.html#backup-api-permissions-ref) to the role or user creating the Vault (the one running Terraform CLI). In particular make sure `kms` and `backup-storage` permissions are added.
350
+
<!-- END_TF_DOCS -->
351
+
352
+
## Known Issues
353
+
354
+
During the development of the module, the following issues were found:
355
+
356
+
### Error creating Backup Vault
357
+
358
+
In case you get an error message similar to this one:
Add the [required IAM permissions mentioned in the CreateBackupVault row](https://docs.aws.amazon.com/aws-backup/latest/devguide/access-control.html#backup-api-permissions-ref) to the role or user creating the Vault (the one running Terraform CLI). In particular make sure `kms` and `backup-storage` permissions are added.
0 commit comments