Terraform-IaC/template/hetzner-infra/provider.tf
Oscar Blue d03573a6ad
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Moved templates
2023-07-09 17:05:29 +01:00

3 lines
49 B
HCL

provider "hcloud" {
token = var.hcloud_token
}