google_compute_target_grpc_proxies resource
Use the google_compute_target_grpc_proxies InSpec audit resource to to test a Google Cloud TargetGrpcProxy resource.
Examples
describe google_compute_target_grpc_proxies(project: 'chef-gcp-inspec') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_target_grpc_proxies resource:
See google_compute_target_grpc_proxy for more detailed information.
kinds: an array ofgoogle_compute_target_grpc_proxykindids: an array ofgoogle_compute_target_grpc_proxyidcreation_timestamps: an array ofgoogle_compute_target_grpc_proxycreation_timestampnames: an array ofgoogle_compute_target_grpc_proxynamedescriptions: an array ofgoogle_compute_target_grpc_proxydescriptionself_links: an array ofgoogle_compute_target_grpc_proxyself_linkself_link_with_ids: an array ofgoogle_compute_target_grpc_proxyself_link_with_idurl_maps: an array ofgoogle_compute_target_grpc_proxyurl_mapvalidate_for_proxylesses: an array ofgoogle_compute_target_grpc_proxyvalidate_for_proxylessfingerprints: an array ofgoogle_compute_target_grpc_proxyfingerprint
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 Compute Engine API is enabled for the current project.