Skip to content

Commit

Permalink
chore: update minimum version to 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Apr 15, 2024
1 parent 2644b55 commit 8d5aaf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.88.1
rev: v1.88.4
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand All @@ -9,7 +9,7 @@ repos:
- --tf-init-args=-upgrade
- id: terraform_docs
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
2 changes: 1 addition & 1 deletion modules/vault-region/versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specify required provider versions below
terraform {
required_version = "~> 1.0"
required_version = "~> 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specify required provider versions below
terraform {
required_version = "~> 1.0"
required_version = "~> 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 8d5aaf5

Please sign in to comment.