mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-04 23:16:35 -03:00
9 lines
No EOL
149 B
HCL
9 lines
No EOL
149 B
HCL
terraform {
|
|
required_providers {
|
|
nomad = {
|
|
source = "hashicorp/nomad"
|
|
version = "2.4.0"
|
|
}
|
|
}
|
|
required_version = ">= 0.14"
|
|
} |