Files
dsk-iac/ansible/kubespray/contrib/terraform/metal/versions.tf
2023-12-19 14:31:22 +09:00

10 lines
124 B
HCL

terraform {
required_version = ">= 0.12"
required_providers {
metal = {
source = "equinix/metal"
}
}
}