google_compute_region_target_http_proxies resource
Use the google_compute_region_target_http_proxies InSpec audit resource to to test a Google Cloud RegionTargetHttpProxy resource.
Examples
describe google_compute_region_target_http_proxies(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_region_target_http_proxies resource:
See google_compute_region_target_http_proxy for more detailed information.
kinds: an array ofgoogle_compute_region_target_http_proxykindids: an array ofgoogle_compute_region_target_http_proxyidcreation_timestamps: an array ofgoogle_compute_region_target_http_proxycreation_timestampnames: an array ofgoogle_compute_region_target_http_proxynamedescriptions: an array ofgoogle_compute_region_target_http_proxydescriptionself_links: an array ofgoogle_compute_region_target_http_proxyself_linkself_link_with_ids: an array ofgoogle_compute_region_target_http_proxyself_link_with_idurl_maps: an array ofgoogle_compute_region_target_http_proxyurl_mapregions: an array ofgoogle_compute_region_target_http_proxyregionproxy_binds: an array ofgoogle_compute_region_target_http_proxyproxy_bindhttp_filters: an array ofgoogle_compute_region_target_http_proxyhttp_filtersfingerprints: an array ofgoogle_compute_region_target_http_proxyfingerprinthttp_keep_alive_timeout_secs: an array ofgoogle_compute_region_target_http_proxyhttp_keep_alive_timeout_sec
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.