1
0
Fork 0
terraform-playground/k8s-single-node/provider.tf

4 lines
51 B
HCL

provider "hcloud" {
token = var.hcloud_token
}