Skip to content

Commit

Permalink
Update temporary AZURE_BLOB_CONNECTION_STRING env value in deployed e…
Browse files Browse the repository at this point in the history
…nvironments
  • Loading branch information
halprin committed May 21, 2024
1 parent 9ab6d01 commit 7c19dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "azurerm_linux_web_app" "sftp" {
DOCKER_REGISTRY_SERVER_USERNAME = azurerm_container_registry.registry.admin_username
DOCKER_REGISTRY_SERVER_PASSWORD = azurerm_container_registry.registry.admin_password
ENV = var.environment
AZURE_BLOB_CONNECTION_STRING = "something"
AZURE_BLOB_CONNECTION_STRING = "Depends on creation of Blob Storage which is pending"
REPORT_STREAM_URL_PREFIX = "https://${local.rs_domain_prefix}prime.cdc.gov"
}

Expand Down

0 comments on commit 7c19dd0

Please sign in to comment.