Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
temp workaround for #47 ignore the trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn committed May 13, 2020
1 parent 40e995a commit 1a09ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample_data.tf
Expand Up @@ -183,6 +183,7 @@ resource "azurerm_data_factory_trigger_schedule" "copy_sample_data_trigger" {
provisioner "local-exec" {
command = "${path.module}/files/sample_data/set_df_trigger.sh"
interpreter = ["sh"]
on_failure = continue

environment = {
TRIGGER_ID = self.id
Expand All @@ -194,6 +195,7 @@ resource "azurerm_data_factory_trigger_schedule" "copy_sample_data_trigger" {
command = "${path.module}/files/sample_data/set_df_trigger.sh"
interpreter = ["sh"]
when = destroy
on_failure = continue

environment = {
TRIGGER_ID = self.id
Expand Down

0 comments on commit 1a09ea3

Please sign in to comment.