Skip to content

Commit

Permalink
corrects VNET resource varibale name used in example (hashicorp#19641)
Browse files Browse the repository at this point in the history
Co-authored-by: studentN <[email protected]>
  • Loading branch information
2 people authored and favoretti committed Jan 12, 2023
1 parent 8d1fc7c commit 664455f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "azurerm_virtual_network" "main" {
resource "azurerm_subnet" "internal" {
name = "internal"
resource_group_name = azurerm_resource_group.example.name
virtual_network_name = azurerm_virtual_network.example.name
virtual_network_name = azurerm_virtual_network.main.name
address_prefixes = ["10.0.2.0/24"]
}
Expand Down

0 comments on commit 664455f

Please sign in to comment.