We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like the ability to reference a test and target Public IP resource for a replicated VM.
resource "azurerm_site_recovery_replicated_vm" "replicatedVM" { name = "replicatedVM" <...> network_interface = [ { source_network_interface_id = azurerm_network_interface.replicatedVM-interface.id target_subnet_name = "my-subnet" public_ip_address_id = azurerm_public_ip.my-public-ip.id } ] managed_disk { <...> } }
https://docs.microsoft.com/en-us/rest/api/site-recovery/replicationprotecteditems/create
I expect it would require changes similar to PR:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Community Note
Description
I'd like the ability to reference a test and target Public IP resource for a replicated VM.
New or Affected Resource(s)
Potential Terraform Configuration
References
https://docs.microsoft.com/en-us/rest/api/site-recovery/replicationprotecteditems/create
I expect it would require changes similar to PR:
The text was updated successfully, but these errors were encountered: