Skip to content

Commit

Permalink
switch back to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
givanovexpe committed Oct 15, 2024
1 parent 641dd70 commit 6ea93d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

terraform {
required_version = ">= 0.13.0"
required_version = "> 0.12.0"
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
Expand All @@ -29,6 +29,7 @@ terraform {
}
template = {
source = "hashicorp/template"
version = "~> 2.2"
}
}
}

0 comments on commit 6ea93d9

Please sign in to comment.