Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Sep 13, 2023
1 parent 6ec0465 commit 7870993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/terraform/machinelearningconnections.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "azapi_resource" "machine_learning_workspace_connection_search" {
credentials = {
key = azurerm_search_service.search_service[0].primary_key
}
target = "https://${azurerm_search_service.search_service[0].name}.cognitiveservices.azure.com/"
target = "https://${azurerm_search_service.search_service[0].name}.cognitiveservices.azure.com/"
}
})
}

0 comments on commit 7870993

Please sign in to comment.