Files
terraform-hcloud-talos/datacenter.tf

8 lines
147 B
HCL

data "hcloud_datacenter" "this" {
name = var.datacenter_name
}
data "hcloud_location" "this" {
id = data.hcloud_datacenter.this.location.id
}