3 lines
62 B
Terraform
3 lines
62 B
Terraform
|
output "firewall_id" {
|
||
|
value = hcloud_firewall.firewall.id
|
||
|
}
|