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
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.
663
663
<!-- END_TF_DOCS -->
664
664
665
+
## Known Issues
666
+
667
+
During the development of the module, the following issues were found:
668
+
669
+
### Error creating Backup Vault
670
+
671
+
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.
678
+
<!-- END_TF_DOCS -->
679
+
665
680
## Testing
666
681
667
682
This module includes comprehensive testing to ensure reliability and prevent regressions.
0 commit comments