Policy Setting: Azure > App Service > Web App > HTTPS Only
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "azure_appservice_web_app_https_only" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/azure-appservice#/policy/types/webAppHttpsOnly" note = "Azure CIS v2.0.0 - Control: 9.2" value = "Check: Enabled" # value = "Enforce: Enabled"}