Data Source: azurerm_application_insights

Use this data source to access information about an existing Application Insights component.

Example Usage

data "azurerm_application_insights" "example" {
  name                = "production"
  resource_group_name = "networking"
}

output "application_insights_instrumentation_key" {
  value = data.azurerm_application_insights.example.instrumentation_key
}

Argument Reference

Attributes Reference

Timeouts

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