variable "env" {
  default = "cvesusecom"
}

variable "PULL_USER" {}

variable "PULL_TOKEN" {}

variable "IMAGE_TAG" {}

variable "REPO_REF" {}

variable "APACHE_UID" {
  default = 482
}

variable "PVC_NAME" {
  description = "EFS PVC NAME"
  default     = "prod-cvesusecom-efs"
}

variable "ingress_host" {
  type        = string
  description = "ingress domain for app"
  default     = "dev.suse.com"
}

variable "ingress_host-subdomain" {
  type        = string
  description = "ingress domain for app"
  default     = "dev.suse.com"
}
