mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
* add terraform lock files to ignore list * move contrib/terraform/metal to contrib/terraform/equinix to reflect upstream change
14 lines
219 B
HCL
14 lines
219 B
HCL
terraform {
|
|
required_version = ">= 1.0.0"
|
|
required_providers {
|
|
equinix = {
|
|
source = "equinix/equinix"
|
|
version = ">=1.11.0"
|
|
}
|
|
}
|
|
}
|
|
|
|
# Configure the Equinix Metal Provider
|
|
provider "equinix" {
|
|
}
|