Terraform-IaC/template/hetzner-infra/provider.tf

4 lines
49 B
Terraform
Raw Permalink Normal View History

2023-07-09 17:05:29 +01:00
provider "hcloud" {
token = var.hcloud_token
}