Terraform-IaC/template/hetzner-infra/modules/firewall/firewall_attachment.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

4 lines
No EOL
179 B
HCL

resource "hcloud_firewall_attachment" "firewall_attachment" {
firewall_id = hcloud_firewall.firewall.id
label_selectors = ["Service_Type = ${var.firewall_service_type}"]
}