Skip to content

Commit fb90d8c

Browse files
Merge pull request #230095 from MicrosoftDocs/TomArcherMsft-patch-1
Update create-lab-windows-vm-terraform.md
2 parents cd4b3c8 + 30acb1f commit fb90d8c

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)