Policy Setting: GCP > Compute Engine > Instance > Shielded Instance Configuration
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "gcp_computeengine_instance_shielded_instance_configuration" {  resource = turbot_policy_pack.main.id  type     = "tmod:@turbot/gcp-computeengine#/policy/types/shieldedInstanceConfiguration"  note     = "GCP CIS v2.0.0 - Control: 4.8"  value    = "Check: Enabled per `Shielded Instance Configuration > *`"  # value    = "Enforce: Enabled per `Shielded Instance Configuration > *`"}