variable "aws_region" {
  description = "AWS region."
  type        = string
  default     = "us-east-1"
}

variable "environment" {
  description = "The environment."
  type        = string
  default     = "qa"
}

variable "service_name" {
  description = "The service name."
  type        = string
  default     = "resource-explorer"
}
