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.
309
+
<!-- END_TF_DOCS -->
310
+
311
+
## Known Issues
312
+
313
+
During the development of the module, the following issues were found:
314
+
315
+
### Error creating Backup Vault
316
+
317
+
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.
324
+
<!-- END_TF_DOCS -->
325
+
326
+
## Known Issues
327
+
328
+
During the development of the module, the following issues were found:
329
+
330
+
### Error creating Backup Vault
331
+
332
+
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