fix: terraform fmt — normalize formatting across all files

This commit is contained in:
Story Crater Bot
2026-07-15 21:01:55 -07:00
parent 7114fc8fc9
commit 72ab6b6973
5 changed files with 43 additions and 43 deletions
+3 -3
View File
@@ -57,7 +57,7 @@ resource "kubernetes_network_policy" "forgejo_runner_egress" {
}
ports {
protocol = "TCP"
port = "9000" # MinIO S3 API
port = "9000" # MinIO S3 API
}
}
@@ -69,8 +69,8 @@ resource "kubernetes_network_policy" "forgejo_runner_egress" {
ip_block {
cidr = "0.0.0.0/0"
except = [
"192.168.1.0/24", # LAN (baremetal nodes, physical infra)
"10.244.0.0/16" # Pod network (cluster internal)
"192.168.1.0/24", # LAN (baremetal nodes, physical infra)
"10.244.0.0/16" # Pod network (cluster internal)
]
}
}