Data Source: azurerm_vmware_private_cloud

Use this data source to access information about an existing Azure VMware Solution Private Cloud.

Example Usage

data "azurerm_vmware_private_cloud" "example" {
  name                = "existing-vmware-private-cloud"
  resource_group_name = "existing-resgroup"
}

output "id" {
  value = data.azurerm_vmware_private_cloud.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


A circuit block exports the following:


A management_cluster block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: