Open mtarnoci opened 1 year ago
any updates on this guys! thanks or workaround!
Hi As workaround, I'm using azapi provider for this, for example:
data "azapi_resource" "example" {
name =
response_export_values = ["*", "properties.virtualApplianceNics"] }
output "example_gi2" { value = jsondecode(data.azapi_resource. example.output).properties.virtualApplianceNics[0].privateIpAddress }
Given the provider doesn't support resources for NVAs, ideally they would be supported too (I currently have to clickops create them)
Is there an existing issue for this?
Community Note
Description
Create new data source for Azure:
Fetch information about Network Virtual Appliances.
info: https://learn.microsoft.com/en-us/rest/api/virtualnetwork/network-virtual-appliances
New or Affected Resource(s)/Data Source(s)
data.azurerm_network_virtual_appliance
Potential Terraform Configuration
References
No response