Skip to content

Commit

Permalink
fix: only support Terraform v0.12.x (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairen authored Oct 22, 2020
1 parent 80dd130 commit 729756b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = ">= 0.12.29"
required_version = "~> 0.12.29"

required_providers {
ignition = "~> 1.2.0"
ignition = "~> 1.2.1"
}
}

0 comments on commit 729756b

Please sign in to comment.