Files
supabase-cloud-automation/terraform/variables.tf
2025-08-28 22:54:52 -07:00

5 lines
113 B
HCL

variable "hcloud_token" {
description = "Hetzner Cloud API Token"
type = string
sensitive = true
}