added stuff
Some checks failed
Terraform Plan / plan (push) Failing after 0s

This commit is contained in:
2025-12-24 15:03:36 +01:00
parent 108b6d1806
commit c48a89c768
9 changed files with 316 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ terraform {
resource "hcloud_firewall" "prod-fw" {
name = "prod-fw"
labels = {
environment = "production"
}
rule {
direction = "in"
protocol = "tcp"