google_runtime_config_configs resource
Use the google_runtime_config_configs
InSpec audit resource to to test a Google Cloud Config resource.
Examples
describe google_runtime_config_configs(project: 'chef-gcp-inspec') do
its('descriptions') { should include 'My runtime configurations' }
end
Properties
Properties that can be accessed from the google_runtime_config_configs
resource:
See google_runtime_config_config for more detailed information.
descriptions
: an array ofgoogle_runtime_config_config
descriptionnames
: an array ofgoogle_runtime_config_config
name
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
GCP permissions
Ensure the Cloud Resource Manager API is enabled for the current project.