5 lines
88 B
HCL
5 lines
88 B
HCL
resource "kubernetes_namespace" "tjo-cloud" {
|
|
metadata {
|
|
name = "tjo-cloud"
|
|
}
|
|
}
|