variable "region" {
  default = "us-east-1"
}

variable "environment" {
  default = "prod"
}

variable "application_family" {
  default = "podcast"
}

variable "service_name" {
  default = "graphql-podcast"
}
