update equinox terraform code to fix kubespray CI (#9702)

* add terraform lock files to ignore list

* move contrib/terraform/metal to contrib/terraform/equinix to reflect upstream change
This commit is contained in:
Cristian Calin
2023-01-27 07:24:25 +02:00
committed by GitHub
parent 6881398941
commit 64dbf2e429
13 changed files with 84 additions and 65 deletions

View File

@@ -0,0 +1,13 @@
terraform {
required_version = ">= 1.0.0"
required_providers {
equinix = {
source = "equinix/equinix"
version = ">=1.11.0"
}
}
}
# Configure the Equinix Metal Provider
provider "equinix" {
}