Skip to content

Commit 3d43069

Browse files
authored
Merge pull request #13829 from mufeez-amjad/patch-4
Fixed misplaced colon
2 parents a62cbb5 + 2e8252d commit 3d43069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/terraform-create-complete-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ resource "azurerm_virtual_network" "myterraformnetwork" {
7171
}
7272
}
7373
```
74-
:
75-
The following section creates a subnet named *mySubnet* in the *myVnet* virtual network
74+
75+
The following section creates a subnet named *mySubnet* in the *myVnet* virtual network:
7676

7777
```tf
7878
resource "azurerm_subnet" "myterraformsubnet" {

0 commit comments

Comments
 (0)