variable "environment" {
  type = string
  default = "prod"
}
variable "create_monitors" {
  type = bool
  default = true
}
