You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcp_project_id=attribute(:gcp_project_id,default: '',description: 'The GCP project identifier.')
gcp_enable_gcloud_calls=attribute(:gcp_enable_gcloud_calls,default:0,description:'Flag to enable the use of gcloud command line to pull in live data to test against.')
control'gcp-firewalls-1.0'do
only_if{gcp_enable_gcloud_calls.to_i == 1}
impact1.0
title'Ensure firewalls have the correct properties in bulk'