Policy Packs
Azure CIS v2.0.0 - Section 7 - Virtual Machines

Policy Setting: Azure > Compute > Virtual Machine > Approved

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_compute_virtual_machine_approved" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-compute#/policy/types/virtualMachineApproved"
note = "Azure CIS v2.0.0 - Control: 7.2, 7.5 and 7.6"
value = "Check: Approved"
# value = "Enforce: Stop unapproved if new"
# value = "Enforce: Stop unapproved"
# value = "Enforce: Delete unapproved if new"
}