Data Source: azurerm_public_maintenance_configurations

Use this data source to access information about existing Public Maintenance Configurations.

Example Usage

data "azurerm_public_maintenance_configurations" "existing" {
  location    = "West Europe"
  scope       = "SQLManagedInstance"
  recur_every = "Monday-Thursday"
}

output "name" {
  value = data.azurerm_public_maintenance_configurations.existing.configs[0].name
}

Argument Reference

Attributes Reference


A configs block exports the following:


Timeouts

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