Policy Packs
Azure CIS v2.0.0 - Section 3 - Storage Accounts

Policy Setting: Azure > Storage > Storage Account > Minimum TLS Version

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_storage_storage_account_minimum_tls_version" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-storage#/policy/types/storageAccountMinimumTlsVersion"
note = "Azure CIS v2.0.0 - Control: 3.15"
value = "Check: TLS 1.2"
# value = "Enforce: TLS 1.2"
}