Skip to content

Commit c43b4b8

Browse files
committed
tabs
1 parent 6329aa4 commit c43b4b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/expressroute/quickstart-create-expressroute-vnet-terraform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ In this article, you learn how to:
7474

7575
1. Get the Azure resource group name.
7676

77-
```console
77+
```bash
7878
resource_group_name=$(terraform output -raw resource_group_name)
7979
```
8080

8181
1. Get the gateway name.
8282

83-
```console
83+
```bash
8484
gateway_name=$(terraform output -raw gateway_name)
8585
```
8686

@@ -94,13 +94,13 @@ In this article, you learn how to:
9494

9595
1. Get the Azure resource group name.
9696

97-
```console
97+
```powershell
9898
$resource_group_name=$(terraform output -raw resource_group_name)
9999
```
100100

101101
1. Get the gateway name.
102102

103-
```console
103+
```powershell
104104
$gateway_name=$(terraform output -raw gateway_name)
105105
```
106106

0 commit comments

Comments
 (0)