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     = "prod"
}

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