Skip to content

Commit eb0b9e6

Browse files
committed
Routine Maintenance
Why these changes are being introduced: Routine maintenance before updating infrastructure. How this addresses that need: * Update third-party dependencies in pre-commit configuration * Update AWS Provider to 5.100 Side effects of this change: None.
1 parent a2ca227 commit eb0b9e6

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: "v1.99.3"
3+
rev: "v1.100.0"
44
hooks:
55
- id: terraform_fmt
66
args:
@@ -12,8 +12,7 @@ repos:
1212
- id: terraform-docs-go
1313
args: ["markdown", "table", "--config", "./.terraform-docs.yaml", "--recursive", "--output-file", "README.md", "./"]
1414
- repo: https://github.com/bridgecrewio/checkov.git
15-
rev: '3.2.437'
15+
rev: '3.2.461'
1616
hooks:
1717
- id: checkov
18-
language_version: python3.12
1918
verbose: false

.terraform.lock.hcl

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ This is a core infrastructure repository that defines infrastructure related to
150150

151151
| Name | Version |
152152
|------|---------|
153-
| aws | 5.62.0 |
153+
| aws | 5.100.0 |
154154

155155
## Modules
156156

0 commit comments

Comments
 (0)