infra/infra/vultr-kubernetes/k8s/namespace.tf

6 lines
82 B
HCL

resource kubernetes_namespace websites {
metadata {
name = "websites"
}
}