Skip to main content

google_runtime_config_variables resource

Use the google_runtime_config_variables InSpec audit resource to to test a Google Cloud Variable resource.

Examples

describe google_runtime_config_variables(project: 'chef-gcp-inspec', config: 'inspec-gcp-runtime-config') do
  its('texts') { should include 'example.com' }
end

Properties

Properties that can be accessed from the google_runtime_config_variables resource:

See google_runtime_config_variable for more detailed information.

  • values: an array of google_runtime_config_variable value
  • texts: an array of google_runtime_config_variable text
  • names: an array of google_runtime_config_variable name
  • configs: an array of google_runtime_config_variable config

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.

Thank you for your feedback!

×