google_compute_target_ssl_proxies resource
Use the google_compute_target_ssl_proxies InSpec audit resource to to test a Google Cloud TargetSslProxy resource.
Examples
describe google_compute_target_ssl_proxies(project: 'chef-gcp-inspec') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_target_ssl_proxies resource:
See google_compute_target_ssl_proxy for more detailed information.
kinds: an array ofgoogle_compute_target_ssl_proxykindids: an array ofgoogle_compute_target_ssl_proxyidcreation_timestamps: an array ofgoogle_compute_target_ssl_proxycreation_timestampnames: an array ofgoogle_compute_target_ssl_proxynamedescriptions: an array ofgoogle_compute_target_ssl_proxydescriptionself_links: an array ofgoogle_compute_target_ssl_proxyself_linkservices: an array ofgoogle_compute_target_ssl_proxyservicessl_certificates: an array ofgoogle_compute_target_ssl_proxyssl_certificatescertificate_maps: an array ofgoogle_compute_target_ssl_proxycertificate_mapproxy_headers: an array ofgoogle_compute_target_ssl_proxyproxy_headerssl_policies: an array ofgoogle_compute_target_ssl_proxyssl_policy
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.