Policy Packs
Enforce Block Project-Wide SSH Keys for GCP Compute Engine Instances

Policy Setting: GCP > Compute Engine > Instance > Block Project Wide SSH Keys

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "gcp_compute_engine_instance_block_project_wide_ssh_keys" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/gcp-computeengine#/policy/types/instanceBlockProjectWideSshKeys"
value = "Check: Enabled"
# value = "Enforce: Enabled"
}