infrastructure/k8s.tjo.cloud/modules/cluster-components/main.tf
Tine f68109d024
Some checks failed
/ lint (push) Failing after 2m0s
wip
2024-07-29 22:22:51 +02:00

5 lines
88 B
HCL

resource "kubernetes_namespace" "tjo-cloud" {
metadata {
name = "tjo-cloud"
}
}