Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gopi1312 committed Jul 5, 2021
1 parent 1d486df commit 3f07cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnet.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "azurerm_resource_group" "example" {
location = "West Europe"
}

# Create a virtual network within the resource group.
# Create a virtual network within the newly created resource group.
resource "azurerm_virtual_network" "example" {
name = "virtualnetwork-test01"
resource_group_name = azurerm_resource_group.example.name
Expand Down

0 comments on commit 3f07cbe

Please sign in to comment.