variable "supported_regions" { description = "The list of regions to monitor. Each additional region will increase costs slightly." type = list(string) default = [ "us-east-1", "us-east-2", "us-west-1" ] }