Data Source: azurerm_stack_hci_cluster

Use this data source to access information about an existing Azure Stack HCI Cluster instance.

Example Usage

data "azurerm_stack_hci_cluster" "example" {
  name                = "existing"
  resource_group_name = "existing"
}


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

output "location" {
  value = data.azurerm_stack_hci_cluster.example.location
}

output "client_id" {
  value = data.azurerm_stack_hci_cluster.example.client_id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


An identity block exports the following:

Timeouts

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