Policy Packs
Azure CIS v2.0.0 - Section 9 - App Service

Policy Setting: Azure > App Service > Web App > HTTP 2.0 Enabled

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_appservice_web_app_http20_enabled" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-appservice#/policy/types/webAppHttp20Enabled"
note = "Azure CIS v2.0.0 - Control: 9.9"
value = "Check: Enabled"
# value = "Enforce: Enabled"
}