Skip to content

Commit

Permalink
removing the temporary app setting
Browse files Browse the repository at this point in the history
Co-Authored-By: Samuel Aquino <[email protected]>
  • Loading branch information
somesylvie and saquino0827 committed Aug 26, 2024
1 parent 4603a6c commit 9905e55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions operations/template/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ resource "azurerm_linux_web_app" "sftp" {
AZURE_KEY_VAULT_URI = azurerm_key_vault.key_storage.vault_uri
FLEXION_CLIENT_NAME = "flexion.simulated-lab"
QUEUE_MAX_DELIVERY_ATTEMPTS = azurerm_eventgrid_system_topic_event_subscription.topic_sub.retry_policy.0.max_delivery_attempts # making the Azure container <-> queue retry count be in sync with the queue <-> application retry count..

AN_APP_SETTING_TO_TRIGGER_REBUILD = "hello world"
}

sticky_settings {
Expand Down

0 comments on commit 9905e55

Please sign in to comment.