Skip to content

Commit

Permalink
Update local
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Feb 12, 2024
1 parent 7af3567 commit 2ae0c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/infra/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
}

default_integration_runtime_name = "AutoResolveIntegrationRuntime"
linked_service_integration_runtime_name = length(module.synapse.synapse_integration_runtime_ids) > 0 ? keys(module.synapse.synapse_integration_runtime_ids)[0] : local.default_integration_runtime_name
linked_service_integration_runtime_name = length(var.synapse_workspace_integration_runtimes) > 0 ? keys(var.synapse_workspace_integration_runtimes)[0] : local.default_integration_runtime_name

default_machine_learning_workspace_image_builder_compute_name = "imagebuilder001"
default_machine_learning_workspace_outbound_rules = {
Expand Down

0 comments on commit 2ae0c2c

Please sign in to comment.