Skip to content

Commit

Permalink
Update tasks.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pkommini authored Nov 5, 2022
1 parent 8d2524f commit e8262dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "snowflake_task" "snowalert_suppression_merge_task" {
schema = local.results_schema
name = "SUPPRESSION_MERGE"

after = snowflake_task.snowalert_alerts_merge_task.name
after = [snowflake_task.snowalert_alerts_merge_task.name]
sql_statement = "CALL ${local.snowalert_database_name}.${local.results_schema}.${snowflake_procedure.alert_suppressions_runner_without_queries_like.name}()"
enabled = true

Expand Down

0 comments on commit e8262dd

Please sign in to comment.