Skip to content

Commit

Permalink
Revert "improvements"
Browse files Browse the repository at this point in the history
This reverts commit 367d041.
  • Loading branch information
aomegax committed Apr 2, 2024
1 parent 358f0ec commit 5514da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domains/nodo-app/05_fn_ndp_re_to_datastore.tf
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ resource "azurerm_monitor_autoscale_setting" "nodo_re_to_datastore_function" {
direction = "Increase"
type = "ChangeCount"
value = "1"
cooldown = "PT5M"
cooldown = "PT1M"
}
}

Expand All @@ -228,7 +228,7 @@ resource "azurerm_monitor_autoscale_setting" "nodo_re_to_datastore_function" {
direction = "Decrease"
type = "ChangeCount"
value = "1"
cooldown = "PT5M"
cooldown = "PT1M"
}
}
}
Expand Down

0 comments on commit 5514da1

Please sign in to comment.