1
0
Fork 0
terraform-playground/single-host/provider.tf

4 lines
51 B
HCL

provider "hcloud" {
token = var.hcloud_token
}