mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
6 lines
155 B
HCL
6 lines
155 B
HCL
resource "civo_firewall" "your_firewall" {
|
|
name = "your-firewall-name"
|
|
network_id = civo_network.your_network.id
|
|
create_default_rules = true
|
|
}
|