azurerm_security_center_setting

Manages the Data Access Settings for Azure Security Center.

Example Usage

resource "azurerm_security_center_setting" "example" {
  setting_name = "MCAS"
  enabled      = true
}

Argument Reference

The following arguments are supported:

Attributes Reference

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

Timeouts

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

Import

The setting can be imported using the resource id, e.g.

terraform import azurerm_security_center_setting.example /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Security/settings/<setting_name>