Policy Packs
Enforce Secure TLS Version for Azure App Service Web Apps

Policy Setting: Azure > App Service > Web App > Minimum TLS Version

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_appservice_webapp_minimum_tls_version" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-appservice#/policy/types/webAppMinimumTlsVersion"
value = "Check: TLS 1.2"
# value = "Enforce: TLS 1.2"
}