Manages the Server Vulnerability Assesments Setting for Azure Security Center.
resource "azurerm_security_center_server_vulnerability_assessments_setting" "example" {
vulnerability_assessment_provider = "MdeTvm"
}
The following arguments are supported:
vulnerability_assessment_provider
- (Required) The vulnerability assesment provider to use. The only possible values is MdeTvm
.In addition to the Arguments listed above - the following Attributes are exported:
id
- The server vulnerability assessments setting id.The timeouts
block allows you to specify timeouts for certain actions:
create
- (Defaults to 10 minutes) Used when creating the Security Center Setting.update
- (Defaults to 10 minutes) Used when updating the Security Center Setting.read
- (Defaults to 5 minutes) Used when retrieving the Security Center Setting.delete
- (Defaults to 10 minutes) Used when deleting the Security Center Setting.The setting can be imported using the resource id
, e.g.
terraform import azurerm_security_center_server_vulnerability_assessments_setting.example /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Security/serverVulnerabilityAssessmentsSettings/AzureServersSetting