variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "integrations"
}

variable "application_family" {
  default = "integrations"
}

variable "region" {
  description = "The AWS resources region"
  default     = "us-east-1"
}
