found it like this

This commit is contained in:
2025-01-15 04:23:04 +01:00
commit 6d4b60fc38
12 changed files with 433 additions and 0 deletions

5
namespace.tf Normal file
View File

@@ -0,0 +1,5 @@
resource "kubernetes_namespace" "this" {
metadata {
name = local.namespace
}
}