Files
terraform-talos/hetzner/auth.tf
2021-05-29 11:26:02 +03:00

5 lines
50 B
HCL

provider "hcloud" {
token = var.hcloud_token
}