Update compute timeout

This commit is contained in:
Dennis Eikelenboom
2021-09-17 15:25:11 -07:00
committed by GitHub
parent 4f13164bde
commit 00396b82eb

View File

@ -173,7 +173,7 @@ resource "azurerm_machine_learning_compute_cluster" "image-builder" {
scale_settings { scale_settings {
min_node_count = 0 min_node_count = 0
max_node_count = 1 max_node_count = 1
scale_down_nodes_after_idle_duration = "PT30S" # 30 seconds scale_down_nodes_after_idle_duration = "PT15M" # 15 minutes
} }
identity { identity {