Terraform-IaC/hetzner/template/main.tf

9 lines
128 B
Terraform
Raw Normal View History

2022-04-07 21:02:23 +01:00
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "~> 1.26.0"
}
}
}