Skip to content

Commit 9997684

Browse files
committed
Fix terraform version
1 parent 6f1f558 commit 9997684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: Minimum version check
5252
runs-on: ubuntu-latest
5353
container:
54-
image: hashicorp/terraform:latest
54+
image: hashicorp/terraform:1.3.0
5555
steps:
5656
- uses: actions/checkout@v4
5757
- name: Validate Code

_versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.0.0"
2+
required_version = ">= 1.3.0"
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"

0 commit comments

Comments
 (0)