Tinkerbell.Sandbox/deploy/terraform/input.tf

18 lines
331 B
Terraform
Raw Normal View History

2020-08-20 11:53:27 +00:00
variable "packet_api_token" {
description = "Packet user api token"
}
variable "project_id" {
description = "Project ID"
}
variable "facility" {
description = "Packet facility to provision in"
default = "sjc1"
}
variable "device_type" {
description = "Type of device to provision"
default = "c3.small.x86"
}