Merge pull request 'Remove MinIO firewall rule (port 9000) from VM 202' (#76) from remove-minio-fw-rule into main
Some checks failed
Drift Detection / detect-drift (push) Failing after 2s

This commit is contained in:
admin 2026-02-20 19:15:50 +01:00
commit 207be707aa

View File

@ -25,14 +25,6 @@ locals {
source = "185.47.204.226"
comment = "PostgreSQL from K8s (bare_srv_1)"
},
{
type = "in"
action = "ACCEPT"
proto = "tcp"
dport = "9000"
source = "185.47.204.226"
comment = "MinIO from K8s (bare_srv_1)"
},
]
}
}