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

Policy Setting: Azure > App Service > Web App > FTPS State

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_appservice_web_app_ftps_state" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-appservice#/policy/types/webAppFtpsState"
note = "Azure CIS v2.0.0 - Control: 9.10"
value = "Check: FTPS only"
# value = "Enforce: FTPS only"
}