Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 897 Bytes

google_runtime_config_config.md

File metadata and controls

32 lines (22 loc) · 897 Bytes
title platform
About the google_runtime_config_config resource
gcp

Syntax

A google_runtime_config_config is used to test a Google Config resource

Examples

describe google_runtime_config_config(project: 'chef-gcp-inspec', name: 'inspec-gcp-runtime-config') do
  it { should exist }
  its('description') { should cmp 'My runtime configurations' }
end

describe google_runtime_config_config(project: 'chef-gcp-inspec', name: 'nonexistent') do
  it { should_not exist }
end

Properties

Properties that can be accessed from the google_runtime_config_config resource:

  • description: The description to associate with the runtime config.

  • name: The name of the runtime config.

GCP Permissions

Ensure the Cloud Resource Manager API is enabled for the current project.