mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
8 lines
94 B
HCL
8 lines
94 B
HCL
terraform {
|
|
required_version = "~> 0.9.0"
|
|
}
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0"
|
|
}
|