Skip to content
Snippets Groups Projects
variables-gitlab.tf 163 B
Newer Older
Nathan Rodet's avatar
Nathan Rodet committed

variable "ENVIRONMENT" {
  type        = string
  description = "Environment of the deployment, contained in domains, subdomains and resources name convention"
}