diff --git a/modules/azure/logic_app_standard/main.tf b/modules/azure/logic_app_standard/main.tf index 63d7bda..76f1771 100644 --- a/modules/azure/logic_app_standard/main.tf +++ b/modules/azure/logic_app_standard/main.tf @@ -102,11 +102,11 @@ data "azurerm_subscription" "current" {} # Then use the Azure CLI to start the deployment resource "null_resource" "deploy" { depends_on = [ - null_resource.install-extension, + null_resource.install-extension, null_resource.zip_logic_app ] - triggers = { + triggers = { always_run = timestamp() # null_resource.zip_logic_app might not always actually change, trigger ensures the execution anyway }