Skip to content

Commit

Permalink
Update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Sep 14, 2023
1 parent 0728154 commit fde57fd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions code/terraform/vars.dev.tfvars
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
location = "northeurope"
environment = "dev"
prefix = "dpa"
prefix = "dpml"
tags = {}
resource_group_name = "myprod-dev-analytics-rg"
subnet_id = "/subscriptions/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094/resourceGroups/mycrp-prd-logic-network-rg/providers/Microsoft.Network/virtualNetworks/mycrp-prd-logic-vnet001/subnets/PeSubnet"
search_service_enabled = true
machine_learning_compute_clusters = {
"cpu001" = {
vm_priority = "Dedicated"
vm_size = "Standard_DS2_v2"
scale = {
min_node_count = 0
max_node_count = 3
scale_down_nodes_after_idle_duration = "PT30S"
}
}
# "cpu001" = {
# vm_priority = "Dedicated"
# vm_size = "Standard_DS2_v2"
# scale = {
# min_node_count = 0
# max_node_count = 3
# scale_down_nodes_after_idle_duration = "PT30S"
# }
# }
}
machine_learning_compute_instances = {
"mabuss" = {
vm_size = "Standard_DS2_v2"
user_object_id = "540d8186-5d32-4ab6-a962-0d91ba5bd2c2"
}
# "mabuss" = {
# vm_size = "Standard_DS2_v2"
# user_object_id = "540d8186-5d32-4ab6-a962-0d91ba5bd2c2"
# }
}
private_dns_zone_id_blob = "/subscriptions/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094/resourceGroups/mycrp-prd-global-dns/providers/Microsoft.Network/privateDnsZones/privatelink.blob.core.windows.net"
private_dns_zone_id_file = "/subscriptions/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094/resourceGroups/mycrp-prd-global-dns/providers/Microsoft.Network/privateDnsZones/privatelink.file.core.windows.net"
Expand Down

0 comments on commit fde57fd

Please sign in to comment.