1
0
Fork 0
terraform-playground/k8s-single-node/provider.tf
2022-05-29 13:37:13 +02:00

3 lines
51 B
HCL

provider "hcloud" {
token = var.hcloud_token
}