Skip to content

Commit

Permalink
fix(terraform): remove unused? app setting
Browse files Browse the repository at this point in the history
this is always re-added by plan/apply, so apparently it isn't saved anyway
  • Loading branch information
thekaveman committed Jun 5, 2024
1 parent c10e577 commit 77c4981
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ resource "azurerm_linux_web_app" "main" {

app_settings = {
"DOCKER_REGISTRY_SERVER_URL" = "https://ghcr.io/"
"WEBSITE_HTTPLOGGING_RETENTION_DAYS" = "99999",
"WEBSITE_TIME_ZONE" = "America/Los_Angeles",
"WEBSITES_ENABLE_APP_SERVICE_STORAGE" = "false",
"WEBSITES_PORT" = "8000",
Expand Down

0 comments on commit 77c4981

Please sign in to comment.