Skip to content

Commit d366c60

Browse files
committed
fix: resolve CI failures and pre-commit issues
- Update AWS provider versions in CI matrix from 6.70.0 to 6.13.0 (latest available) - Fix terraform-docs generated documentation and remove duplicate sections - All pre-commit hooks now pass cleanly - Terraform validation will work with supported provider versions
1 parent 6c514d5 commit d366c60

File tree

2 files changed

+1
-91
lines changed

2 files changed

+1
-91
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
terraform_version: ['1.3.0', '1.5.0', '1.9.0']
16-
aws_provider_version: ['6.11.0', '6.70.0']
16+
aws_provider_version: ['6.11.0', '6.13.0']
1717

1818
steps:
1919
- name: Checkout

README.md

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -184,96 +184,6 @@ error creating Backup Vault (): AccessDeniedException: status code: 403, request
184184
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.
185185
<!-- END_TF_DOCS -->
186186

187-
## Known Issues
188-
189-
During the development of the module, the following issues were found:
190-
191-
### Error creating Backup Vault
192-
193-
In case you get an error message similar to this one:
194-
195-
```
196-
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
197-
```
198-
199-
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.
200-
<!-- END_TF_DOCS -->
201-
202-
## Known Issues
203-
204-
During the development of the module, the following issues were found:
205-
206-
### Error creating Backup Vault
207-
208-
In case you get an error message similar to this one:
209-
210-
```
211-
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
212-
```
213-
214-
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.
215-
<!-- END_TF_DOCS -->
216-
217-
## Known Issues
218-
219-
During the development of the module, the following issues were found:
220-
221-
### Error creating Backup Vault
222-
223-
In case you get an error message similar to this one:
224-
225-
```
226-
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
227-
```
228-
229-
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.
230-
<!-- END_TF_DOCS -->
231-
232-
## Known Issues
233-
234-
During the development of the module, the following issues were found:
235-
236-
### Error creating Backup Vault
237-
238-
In case you get an error message similar to this one:
239-
240-
```
241-
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
242-
```
243-
244-
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.
245-
<!-- END_TF_DOCS -->
246-
247-
## Known Issues
248-
249-
During the development of the module, the following issues were found:
250-
251-
### Error creating Backup Vault
252-
253-
In case you get an error message similar to this one:
254-
255-
```
256-
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
257-
```
258-
259-
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.
260-
<!-- END_TF_DOCS -->
261-
262-
## Known Issues
263-
264-
During the development of the module, the following issues were found:
265-
266-
### Error creating Backup Vault
267-
268-
In case you get an error message similar to this one:
269-
270-
```
271-
error creating Backup Vault (): AccessDeniedException: status code: 403, request id: 8e7e577e-5b74-4d4d-95d0-bf63e0b2cc2e,
272-
```
273-
274-
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.
275-
<!-- END_TF_DOCS -->
276-
277187
## Testing
278188

279189
This module includes comprehensive testing to ensure reliability and prevent regressions.

0 commit comments

Comments
 (0)