title | platform |
---|---|
About the google_compute_target_ssl_proxies resource |
gcp |
A google_compute_target_ssl_proxies
is used to test a Google TargetSslProxy resource
describe google_compute_target_ssl_proxies(project: 'chef-gcp-inspec') do
it { should exist }
end
Properties that can be accessed from the google_compute_target_ssl_proxies
resource:
See google_compute_target_ssl_proxy.md for more detailed information
kinds
: an array ofgoogle_compute_target_ssl_proxy
kindids
: an array ofgoogle_compute_target_ssl_proxy
idcreation_timestamps
: an array ofgoogle_compute_target_ssl_proxy
creation_timestampnames
: an array ofgoogle_compute_target_ssl_proxy
namedescriptions
: an array ofgoogle_compute_target_ssl_proxy
descriptionself_links
: an array ofgoogle_compute_target_ssl_proxy
self_linkservices
: an array ofgoogle_compute_target_ssl_proxy
servicessl_certificates
: an array ofgoogle_compute_target_ssl_proxy
ssl_certificatescertificate_maps
: an array ofgoogle_compute_target_ssl_proxy
certificate_mapproxy_headers
: an array ofgoogle_compute_target_ssl_proxy
proxy_headerssl_policies
: an array ofgoogle_compute_target_ssl_proxy
ssl_policy
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 Compute Engine API is enabled for the current project.