Data Source: azurerm_hdinsight_cluster

Use this data source to access information about an existing HDInsight Cluster.

Example Usage

data "azurerm_hdinsight_cluster" "example" {
  name                = "example"
  resource_group_name = "example-resources"
}

output "https_endpoint" {
  value = data.azurerm_hdinsight_cluster.example.https_endpoint
}

Argument Reference

Attributes Reference


A gateway block exports the following:

Timeouts

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