A google_appengine_standard_app_versions is used to test a Google StandardAppVersion resource
describe google_appengine_standard_app_versions(project: 'chef-gcp-inspec', location: 'europe-west2',service: 'default') do
its('runtimes') { should include 'nodejs10' }
end
Properties that can be accessed from the google_appengine_standard_app_versions resource:
See the google_appengine_standard_app_version resource for more information.
namesgoogle_appengine_standard_app_version nameversion_idsgoogle_appengine_standard_app_version version_idruntimesgoogle_appengine_standard_app_version runtimethreadsavesgoogle_appengine_standard_app_version threadsafeinstance_classesgoogle_appengine_standard_app_version instance_classautomatic_scalingsgoogle_appengine_standard_app_version automatic_scalingbasic_scalingsgoogle_appengine_standard_app_version basic_scalingmanual_scalingsgoogle_appengine_standard_app_version manual_scalingThis resource supports all of the above properties as filter criteria, which can be used with where as a block or a method.
Ensure the App Engine Admin API is enabled for the current project.
© Chef Software, Inc.
Licensed under the Creative Commons Attribution 3.0 Unported License.
The Chef™ Mark and Chef Logo are either registered trademarks/service marks or trademarks/servicemarks of Chef, in the United States and other countries and are used with Chef Inc's permission.
We are not affiliated with, endorsed or sponsored by Chef Inc.
https://docs.chef.io/inspec/resources/google_appengine_standard_app_versions/