This commit is contained in:
@@ -13,6 +13,9 @@ terraform {
|
||||
|
||||
resource "hcloud_firewall" "prod-fw" {
|
||||
name = "prod-fw"
|
||||
labels = {
|
||||
environment = "production"
|
||||
}
|
||||
rule {
|
||||
direction = "in"
|
||||
protocol = "tcp"
|
||||
|
||||
Reference in New Issue
Block a user