Data Source: azurerm_arc_machine

Use this data source to access information about an existing Azure Arc machine.

Example Usage

data "azurerm_arc_machine" "example" {
  name                = "existing-hcmachine"
  resource_group_name = "existing-rg"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A agent block exports the following:


A cloud_metadata block exports the following:


A error_details block exports the following:


A extension_service block exports the following:


A extensions_allow_list block exports the following:


A extensions_block_list block exports the following:


A guest_configuration_service block exports the following:


A identity block exports the following:


A linux block exports the following:


A location_data block exports the following:


A os_profile block exports the following:


A patch block exports the following:


A service_status block exports the following:


A windows block exports the following:

Timeouts

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