Skip to content

Commit

Permalink
chore: update terraform requirement to 1.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
caerulescens committed Oct 5, 2024
1 parent 2534655 commit 75d36ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .opentofu-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8
Empty file removed .terraformignore
Empty file.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = ">= 1.7.0"
required_version = ">= 1.8.0"
required_providers {
minikube = {
source = "scott-the-programmer/minikube"
version = ">= 0.3.10"
version = ">= 0.4.0"
}
}
}
Expand Down

0 comments on commit 75d36ef

Please sign in to comment.