Data Source: azurerm_maintenance_configuration

Use this data source to access information about an existing Maintenance Configuration.

Example Usage

data "azurerm_maintenance_configuration" "existing" {
  name                = "example-mc"
  resource_group_name = "example-resources"
}

output "id" {
  value = azurerm_maintenance_configuration.existing.id
}

Argument Reference

Attributes Reference


A window block exports the following:


A install_patches block supports:



A linux block supports:


A windows block supports:


Timeouts

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