Skip to content

Commit

Permalink
Update terraform version to v1.5 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 authored Oct 3, 2023
1 parent 13d9865 commit 7f425a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .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.81.0
rev: v1.83.4
hooks:
- id: terraform_fmt
args:
Expand All @@ -9,6 +9,9 @@ repos:
args:
- --tf-init-args=-upgrade
- --hook-config=--retry-once-with-cleanup=true
- id: terraform_providers_lock
args:
- --hook-config=--mode=always-regenerate-lockfile
- id: terraform_tflint
args:
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
Expand Down
2 changes: 1 addition & 1 deletion examples/service-ip-ranges/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.3"
required_version = "~> 1.5"

required_providers {
# tflint-ignore: terraform_unused_required_providers
Expand Down
4 changes: 2 additions & 2 deletions modules/service-ip-ranges/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ This module does not create any resources.

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5 |
| <a name="requirement_http"></a> [http](#requirement\_http) | >= 3.0.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_http"></a> [http](#provider\_http) | 3.2.1 |
| <a name="provider_http"></a> [http](#provider\_http) | 3.4.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/service-ip-ranges/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3"
required_version = ">= 1.5"

required_providers {
http = {
Expand Down

0 comments on commit 7f425a2

Please sign in to comment.