nixfiles/hcloud-provider.tf

7 lines
101 B
HCL

variable "hcloud_token" {
sensitive = true
}
provider "hcloud" {
token = var.hcloud_token
}