Skip to content

Commit 87a389e

Browse files
committed
docs: terraform_docs generated duplicate content - reproducing typo issue
1 parent 5888702 commit 87a389e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,21 @@ In case you get an error message similar to this one:
215215
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
216216
```
217217

218+
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.
219+
<!-- END_TF_DOCS -->
220+
221+
## Known Issues
222+
223+
During the development of the module, the following issues were found:
224+
225+
### Error creating Backup Vault
226+
227+
In case you get an error message similar to this one:
228+
229+
```
230+
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
231+
```
232+
218233
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.
219234

220235
## Testing

0 commit comments

Comments
 (0)