Skip to content

Commit

Permalink
Fix incompatible terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord committed Mar 12, 2024
1 parent 5aa7c4a commit b73f96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
min-required
1.7.4
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ terraform {
source = "hashicorp/random"
}
}
required_version = "~> 1.0"
required_version = "~> 1.7"
}

0 comments on commit b73f96e

Please sign in to comment.