Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: ziyeqf <[email protected]>
  • Loading branch information
ziyeqf committed May 30, 2023
1 parent 87851fd commit c96e43b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
Manages a HyperV VM protected with Azure Site Recovery on Azure.
---

# azurerm_site_recovery_replicated_vm
# azurerm_site_recovery_hyperv_replicated_vm

Manages a HyperV VM replicated using Azure Site Recovery (HyperV to Azure only). A replicated VM keeps a copiously updated image of the VM in Azure in order to be able to start the VM in Azure in case of a disaster.

Expand Down Expand Up @@ -63,8 +63,8 @@ resource "azurerm_virtual_network" "example" {
resource "azurerm_subnet" "example" {
name = "example-subnet"
resource_group_name = azurerm_resource_group.primary.name
virtual_network_name = azurerm_virtual_network.primary.name
resource_group_name = azurerm_resource_group.example.name
virtual_network_name = azurerm_virtual_network.example.name
address_prefixes = ["192.168.2.0/24"]
}
Expand Down

0 comments on commit c96e43b

Please sign in to comment.