Skip to content

Commit

Permalink
fix: minimum version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot authored Nov 4, 2024
1 parent 977e12a commit 4e123f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Minimum version check
runs-on: ubuntu-latest
container:
image: hashicorp/terraform:0.13.0
image: hashicorp/terraform:1.3.0
steps:
- uses: actions/checkout@master
- name: Validate Code
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
terraform {
required_version = ">= 0.13.0"
required_version = ">= 1.3.0"

}

0 comments on commit 4e123f6

Please sign in to comment.