Skip to content

Commit 685da4e

Browse files
committed
create-vm-scaleset-network-disks-using-packer-hcl - added flag to packer-image removal command
1 parent 57d8aaf commit 685da4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/terraform/create-vm-scaleset-network-disks-using-packer-hcl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create an Azure virtual machine scale set from a Packer custom image by using Terraform
33
description: Learn how to use Terraform to configure and version an Azure virtual machine scale set from a custom image generated by Packer
44
ms.topic: how-to
5-
ms.date: 07/30/2021
5+
ms.date: 07/31/2021
66
ms.custom: devx-track-terraform
77
---
88

@@ -129,7 +129,7 @@ In this article, you learn how to:
129129
Run [az group delete](/cli/azure/group#az_group_delete) to delete the resource group used to contain the Packer image. The Packer image is also deleted.
130130
131131
```azurecli
132-
az group delete --name myPackerImages
132+
az group delete --name myPackerImages --yes
133133
```
134134

135135
## Troubleshoot Terraform on Azure

articles/terraform/hub-spoke-introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Create a hub and spoke hybrid network topology in Azure using Terraform
33
description: Learn how to create an entire hybrid network reference architecture in Azure using Terraform.
44
ms.topic: tutorial
5-
ms.date: 03/08/2021
5+
ms.date: 07/30/2021
66
ms.custom: devx-track-terraform
77
---
88

0 commit comments

Comments
 (0)