registry is not deployed with terraform

This commit is contained in:
marc
2020-12-04 11:43:44 +01:00
parent 321ddeca09
commit f4f889f63f

View File

@@ -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 }}"