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 1b64270 commit 5ea5f11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ resource "null_resource" "build_image_template" {
}
provisioner "local-exec" {
command = <<EOT
echo "Triggering Azure Image Builder..."
az image builder run -n ${var.imageTemplateName} -g ${data.azurerm_resource_group.rg.name} --no-wait
echo "Sleeping for 2 hours..."
sleep 7200
# echo "Triggering Azure Image Builder..."
# az image builder run -n ${var.imageTemplateName} -g ${data.azurerm_resource_group.rg.name} --no-wait
# echo "Sleeping for 2 hours..."
# sleep 7200
EOT
}

Expand Down

0 comments on commit 5ea5f11

Please sign in to comment.