tf_homelab/namespaces.tf

6 lines
92 B
HCL

resource "kubernetes_namespace" "testing" {
metadata {
name = "homelab-testing"
}
}