4 lines
82 B
HCL
4 lines
82 B
HCL
resource "kubernetes_namespace_v1" "this" {
|
|
metadata { name = var.namespace }
|
|
}
|