» azurerm_security_center_subscription_pricing

Manages the Pricing Tier for Azure Security Center in the current subscription.

» Example Usage

resource "azurerm_security_center_subscription_pricing" "example" {
  tier = "Standard"
}

» Argument Reference

The following arguments are supported:

  • tier - (Required) The pricing tier to use. Possible values are Free and Standard.

» Attributes Reference

The following attributes are exported:

  • id - The subscription pricing ID.

» Import

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

terraform import azurerm_security_center_subscription_pricing.example /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Security/pricings/default