Data Source: azurerm_advisor_recommendations

Use this data source to access information about an existing Advisor Recommendations.

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_advisor_recommendations" "example" {
  filter_by_category        = ["security", "cost"]
  filter_by_resource_groups = ["example-resgroups"]
}

output "recommendations" {
  value = data.azurerm_advisor_recommendations.example.recommendations
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A recommendations block exports the following:

Timeouts

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