Files
easypanel-supabase-compose/twenty/code/k8s/terraform/namespace.tf
T
serban-alexandru 03e9670915 twenty and dify
2024-07-26 17:00:47 +03:00

10 lines
140 B
Terraform

resource "kubernetes_namespace" "twentycrm" {
metadata {
annotations = {
name = "twentycrm"
}
name = "twentycrm"
}
}