Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomMatiom committed Oct 31, 2024
1 parent 4119db7 commit 5208ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/azure/logic_app_standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 5208ac3

Please sign in to comment.