Skip to content

Commit 7bf488c

Browse files
committed
Corrected code fencing
1 parent d6138e4 commit 7bf488c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/application-gateway-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In this article, you use Terraform to deploy an Azure Application Gateway v2 and
7272

7373
1. When you apply the execution plan, Terraform displays the frontend public IP address. If you've cleared the screen, you can retrieve that value with the following Terraform command:
7474

75-
```hcl
75+
```console
7676
echo $(terraform output -raw gateway_frontend_ip)
7777
```
7878

0 commit comments

Comments
 (0)