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 ofgoogle_runtime_config_variable
valuetexts
: an array ofgoogle_runtime_config_variable
textnames
: an array ofgoogle_runtime_config_variable
nameconfigs
: an array ofgoogle_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.