Skip to content

Commit 30acb1f

Browse files
Update create-lab-windows-vm-terraform.md
1 parent 680a996 commit 30acb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/devtest-labs/quickstarts/create-lab-windows-vm-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ In this article, you learn how to:
6969

7070
1. Get the Azure resource name in which the lab was created.
7171

72-
```azurecli
72+
```console
7373
echo "$(terraform output resource_group_name)"
7474
```
7575

7676
1. Get the lab name.
7777

78-
```azurecli
78+
```console
7979
echo "$(terraform output lab_name)"
8080
```
8181

0 commit comments

Comments
 (0)