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

6 lines
82 B
Terraform
Raw Normal View History

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