mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-20 00:10:38 -05:00
7 lines
94 B
HCL
7 lines
94 B
HCL
terraform {
|
|
required_version = "~> 0.9.0"
|
|
}
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0"
|
|
}
|