Skip to content

Commit

Permalink
Test dev box definition deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 20, 2024
1 parent 05651ef commit 7aa5157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ resource "azurerm_dev_center_project_pool" "devBoxPool" {
dev_center_project_id = azurerm_dev_center_project.devCenterProject.id
dev_box_definition_name = azurerm_dev_center_dev_box_definition.devBoxDefinition.name
local_administrator_enabled = true
dev_center_attached_network_name = "managedNetwork"
dev_center_attached_network_name = ""
stop_on_disconnect_grace_period_minutes = 60
depends_on = [azurerm_dev_center_dev_box_definition.devBoxDefinition]
}

0 comments on commit 7aa5157

Please sign in to comment.