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