Data Source: azurerm_virtual_machine_scale_set

Use this data source to access information about an existing Virtual Machine Scale Set.

Example Usage

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

output "id" {
  value = data.azurerm_virtual_machine_scale_set.example.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:


instances exports the following:


network_interface exports the following:

ip_configuration exports the following:

public_ip_address exports the following:

ip_tag exports the following:

Timeouts

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