1
0
Fork 0
terraform-playground/three-web-hosts/terraform.tf

11 lines
156 B
Terraform
Raw Normal View History

2022-05-24 11:37:13 +00:00
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.33.2"
}
}
required_version = ">= 1.1"
}