title | platform |
---|---|
About the google_runtime_config_variables resource |
gcp |
A google_runtime_config_variables
is used to test a Google Variable resource
describe google_runtime_config_variables(project: 'chef-gcp-inspec', config: 'inspec-gcp-runtime-config') do
its('texts') { should include 'example.com' }
end
Properties that can be accessed from the google_runtime_config_variables
resource:
See google_runtime_config_variable.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Cloud Resource Manager API is enabled for the current project.