Skip to content

Commit

Permalink
Fix Airlock notifier deployment (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya-borisova authored Oct 18, 2022
1 parent 24c3b7a commit 32533a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/shared_services/airlock_notifier/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: tre-shared-service-airlock-notifier
version: 0.2.0
version: 0.2.1
description: "A shared service notifying on Airlock Operations"
registry: azuretre
dockerfile: Dockerfile.tmpl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ resource "azurerm_logic_app_standard" "logic_app" {
"APPLICATIONINSIGHTS_CONNECTION_STRING" = data.azurerm_application_insights.core.connection_string
}
site_config {
ftps_state = "Disabled"
vnet_route_all_enabled = true
ftps_state = "Disabled"
vnet_route_all_enabled = true
elastic_instance_minimum = 1
}
identity {
type = "SystemAssigned"
Expand Down

0 comments on commit 32533a6

Please sign in to comment.