variable "application_family" {
  type    = string
  default = "devops"
}

variable "team_name" {
  type    = string
  default = "devops"
}

variable "aws_region" {
  description = "The AWS region to create the monitoring role in"
  default     = "us-east-1"
}

variable "environment" {
  description = "The environment to create the monitoring role for"
  default     = "qa"
}

variable "service_name" {
  description = "The environment to create the monitoring role for"
  default     = "sme-cloud-compliance"
}
