variable "region" {
  type    = string
  default = "sa-east-1"

}
variable "environment" {
  type    = string
  default = "production"
}
