terraform-hcloud-kube-hetzner/providers.tf

4 lines
49 B
Terraform
Raw Normal View History

provider "hcloud" {
token = var.hcloud_token
}