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 5ea5f11 commit e7f0925
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 @@ -196,7 +196,7 @@ resource "azurerm_dev_center_dev_box_definition" "devBoxDefinition" {
name = azapi_resource.imageTemplate.name
location = data.azurerm_resource_group.rg.location
dev_center_id = azurerm_dev_center.devCenter.id
image_reference_id = "${azurerm_dev_center.devCenter.id}/galleries/${azurerm_shared_image_gallery.azureGallery.name}/images/${azapi_resource.imageTemplate.name}"
image_reference_id = azurerm_shared_image.customImageDefinition.id
sku_name = "general_i_8c32gb256ssd_v2"
depends_on = [null_resource.build_image_template]
}
Expand Down

0 comments on commit e7f0925

Please sign in to comment.