Files
ovh_gridscale_test_task/variables.tf
T

22 lines
448 B
Terraform

variable "gridscale_uuid" {
type = string
description = "OVH Gridscale UUID"
}
variable "gridscale_token" {
type = string
description = "OVH Gridscale API Token"
sensitive = true
}
variable "caddy_hostname" {
type = string
description = "Caddy hostname"
default = "caddy01"
}
variable "monitoring_hostname" {
type = string
description = "Monitoring hostname"
default = "monitoring01"
}