infrastructure/k8s.tjo.cloud/modules/cluster-components/main.tf

6 lines
88 B
Terraform
Raw Normal View History

2024-07-20 11:09:30 +00:00
resource "kubernetes_namespace" "tjo-cloud" {
metadata {
name = "tjo-cloud"
}
}