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

3 lines
62 B
Terraform
Raw Permalink Normal View History

2023-07-09 17:05:29 +01:00
output "firewall_id" {
value = hcloud_firewall.firewall.id
}