module "cost_anomaly_detection" {
  source = "../"

  environment               = "test"
  cost_threshold_percentage = "5"
  cost_threshold_absolute   = "100"
}
