terraform-hcloud-kube-hetzner/versions.tf

8 lines
100 B
Terraform
Raw Normal View History

2021-07-30 10:12:37 +02:00
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
}
}
}