Skip to content

Commit 0cdbf0a

Browse files
committed
Tf Version Update
Update to Terraform v1.13 and update pre-commit dependencies.
1 parent 1313268 commit 0cdbf0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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.461'
15+
rev: '3.2.471'
1616
hooks:
1717
- id: checkov
1818
verbose: false

README.md

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

147147
| Name | Version |
148148
|------|---------|
149-
| terraform | ~> 1.11 |
149+
| terraform | ~> 1.12 |
150150
| aws | ~> 5.0 |
151151

152152
## Providers

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Providers themselves are set in the `providers.tf` file.
44

55
terraform {
6-
required_version = "~> 1.11"
6+
required_version = "~> 1.13"
77

88
required_providers {
99
aws = {

0 commit comments

Comments
 (0)