Files

6 lines
88 B
Terraform
Raw Permalink Normal View History

2025-06-05 23:27:50 +02:00
resource "kubernetes_namespace" "openwebui" {
metadata {
name = "openwebui"
}
}