2021-02-04 13:49:28 -06:00
|
|
|
variable "metal_api_token" {
|
2021-02-04 13:53:10 -06:00
|
|
|
description = "Equinix Metal user api token"
|
2020-09-10 16:02:49 +02:00
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "project_id" {
|
|
|
|
description = "Project ID"
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "facility" {
|
|
|
|
description = "Packet facility to provision in"
|
|
|
|
type = string
|
|
|
|
default = "sjc1"
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "device_type" {
|
|
|
|
type = string
|
|
|
|
description = "Type of device to provision"
|
|
|
|
default = "c3.small.x86"
|
|
|
|
}
|