Skip to content

Commit 401bc29

Browse files
committed
chore: update pre-commit config and lock files
1 parent eb6be16 commit 401bc29

53 files changed

Lines changed: 791 additions & 455 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ repos:
3030
# - --args=-platform=linux_amd64
3131
# - --args=-platform=linux_arm64
3232
- id: terraform_validate
33+
args:
34+
- --hook-config=--parallelism-limit=1
35+
- --hook-config=--retry-once-with-cleanup=true
36+
- --tf-init-args=-reconfigure
3337
- id: tfupdate
3438
name: Autoupdate Terraform versions
3539
args:

_template/.terraform.lock.hcl

Lines changed: 13 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/acm-certificate-validation/.terraform.lock.hcl

Lines changed: 13 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/acm-certificate-validation/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ No modules.
4242

4343
## Outputs
4444

45-
No outputs.
45+
| Name | Description |
46+
|------|-------------|
47+
| <a name="output_certificate_arn"></a> [certificate\_arn](#output\_certificate\_arn) | The ARN of the validated certificate |
4648
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

aws/acm-certificate/.terraform.lock.hcl

Lines changed: 13 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/cloudfront-distribution/.terraform.lock.hcl

Lines changed: 13 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/efs-access-point/.terraform.lock.hcl

Lines changed: 13 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/efs-filesystem/.terraform.lock.hcl

Lines changed: 13 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/eks-addons/.terraform.lock.hcl

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/eks-addons/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ No modules.
4040

4141
## Outputs
4242

43-
No outputs.
43+
| Name | Description |
44+
|------|-------------|
45+
| <a name="output_addon_arns"></a> [addon\_arns](#output\_addon\_arns) | The ARNs of the EKS addons |
4446
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 commit comments

Comments
 (0)