Skip to content

Commit c6c3838

Browse files
author
kumarvna
committed
initial commit
1 parent bf01ed8 commit c6c3838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module deploys Windows or Linux virtual machine scale sets with Public / Pr
1010

1111
Following example creates Linux virtual machine scale sets with load balancer and auto scaling features.
1212

13-
```hcl2
13+
```hcl
1414
module "vmscaleset" {
1515
source = "kumarvna/vm-scale-sets/azurerm"
1616
version = "1.0.0"
@@ -90,7 +90,7 @@ module "vmscaleset" {
9090

9191
Following example creates Windows virtual machine scale sets with load balancer and auto scaling features.
9292

93-
```hcl2
93+
```hcl
9494
module "vmscaleset" {
9595
source = "kumarvna/vm-scale-sets/azurerm"
9696
version = "1.0.0"

0 commit comments

Comments
 (0)