Adde a few changes

This commit is contained in:
2025-07-06 22:56:13 +02:00
parent 1cc8294883
commit bef5d94023
8 changed files with 221 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
resource "kubernetes_namespace" "proxy" {
metadata {
name = var.namespace
}
}