Files
flocon/infra/variables.tf
2026-01-03 23:41:11 +01:00

12 lines
149 B
HCL

variable "hcloud_token" {
sensitive = true
}
variable "ovh_client_id" {
sensitive = true
}
variable "ovh_client_secret" {
sensitive = true
}