diff --git a/lib/digitalocean/bootstrap/tf-default-vars.j2.tf b/lib/digitalocean/bootstrap/tf-default-vars.j2.tf index 704b7e3b..1f6735ff 100644 --- a/lib/digitalocean/bootstrap/tf-default-vars.j2.tf +++ b/lib/digitalocean/bootstrap/tf-default-vars.j2.tf @@ -4,12 +4,7 @@ variable "digitalocean_region" { type = string } -// container registry -variable "container_registry_name" { - default = "qovery" - type = string -} - +// kubernetes MASTER cluster // kubernetes MASTER cluster variable "kubernetes_master_cluster_name" { default = "{{ kubernetes_master_cluster_name }}"