Terraform-IaC/template/hetzner-infra/firewall.tf

6 lines
199 B
Terraform
Raw Normal View History

2023-07-09 17:05:29 +01:00
module "firewall" {
source = "./modules/firewall"
firewall_name = "fw-${var.project_name}"
firewall_service_type = "Basic"
firewall_labels = local.common_labels
}