Skip to content

Commit 2b33fd7

Browse files
committed
More fixes to CI/CD pipeline
1 parent aae0fde commit 2b33fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • LearningHub.Nhs.MessageQueueProcessor/Terraform

LearningHub.Nhs.MessageQueueProcessor/Terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "azurerm_function_app" "MessageQueueProcessorFunctionApp" {
4848
AzureWebJobsStorage = azurerm_storage_account.MessageQueueProcessorStorageAccount.primary_connection_string
4949
FUNCTIONS_WORKER_RUNTIME = "dotnet-isolated"
5050
DOTNET_VERSION = "8.0"
51-
APPINSIGHTS_INSTRUMENTATIONKEY   = azurerm_application_insights.MessageQueueProcessorAppInsights.instrumentation_key
51+
APPINSIGHTS_INSTRUMENTATIONKEY = azurerm_application_insights.MessageQueueProcessorAppInsights.instrumentation_key
5252
    APPLICATIONINSIGHTS_CONNECTION_STRING = azurerm_application_insights.MessageQueueProcessorAppInsights.connection_string
5353
}
5454
}

0 commit comments

Comments
 (0)