Skip to content

Commit

Permalink
Merge pull request #237 from cagov/aggressive-logging-autosuspend
Browse files Browse the repository at this point in the history
Autosuspend logging warehouse after one second
  • Loading branch information
ian-r-rose authored Nov 2, 2023
2 parents 5880fbe + acff747 commit cfc0818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/snowflake/modules/elt/warehouses.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ module "logging" {
name = "LOGGING_XS_${var.environment}"
comment = "Primary warehouse for logging. Logging tools like Sentinel should use this warehouse."
size = "X-SMALL"
auto_suspend = 5
auto_suspend = 1
}

0 comments on commit cfc0818

Please sign in to comment.