variable "region" {
  description = "AWS region to deploy the example into."
  type        = string
  default     = "us-east-1"
}
