Skip to content

Commit

Permalink
Add FQDN for Airlock Service Bus in Terraform configuration and disab…
Browse files Browse the repository at this point in the history
…le local auth
  • Loading branch information
guybartal committed Jan 19, 2025
1 parent 5047495 commit ab18f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ module "airlock_resources" {
airlock_app_service_plan_sku = var.core_app_service_plan_sku
airlock_processor_subnet_id = module.network.airlock_processor_subnet_id
airlock_servicebus = azurerm_servicebus_namespace.sb
airlock_servicebus_fqdn = azurerm_servicebus_namespace.sb.endpoint
applicationinsights_connection_string = module.azure_monitor.app_insights_connection_string
enable_malware_scanning = var.enable_airlock_malware_scanning
arm_environment = var.arm_environment
Expand Down

0 comments on commit ab18f68

Please sign in to comment.