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 inline comments explaining:
- Why we use positive logic form (both not null)
- Logical equivalence to the alternative form
- Clearer intent of the expression
- Prevents future confusion about this intentional transformation
This responds to feedback about the validation logic by documenting
that both forms are mathematically equivalent via De Morgan's Law,
but our form is clearer for maintenance.
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.
316
+
<!-- END_TF_DOCS -->
317
+
318
+
## Known Issues
319
+
320
+
During the development of the module, the following issues were found:
321
+
322
+
### Error creating Backup Vault
323
+
324
+
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.
331
+
<!-- END_TF_DOCS -->
332
+
333
+
## Known Issues
334
+
335
+
During the development of the module, the following issues were found:
336
+
337
+
### Error creating Backup Vault
338
+
339
+
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