tf_homelab/namespaces.tf

6 lines
92 B
Terraform
Raw Normal View History

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