Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.96 KB

google_compute_region_target_http_proxies.md

File metadata and controls

40 lines (33 loc) · 1.96 KB
title platform
About the google_compute_region_target_http_proxies resource
gcp

Syntax

A google_compute_region_target_http_proxies is used to test a Google 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.md for more detailed information

  • kinds: an array of google_compute_region_target_http_proxy kind
  • ids: an array of google_compute_region_target_http_proxy id
  • creation_timestamps: an array of google_compute_region_target_http_proxy creation_timestamp
  • names: an array of google_compute_region_target_http_proxy name
  • descriptions: an array of google_compute_region_target_http_proxy description
  • self_links: an array of google_compute_region_target_http_proxy self_link
  • self_link_with_ids: an array of google_compute_region_target_http_proxy self_link_with_id
  • url_maps: an array of google_compute_region_target_http_proxy url_map
  • regions: an array of google_compute_region_target_http_proxy region
  • proxy_binds: an array of google_compute_region_target_http_proxy proxy_bind
  • http_filters: an array of google_compute_region_target_http_proxy http_filters
  • fingerprints: an array of google_compute_region_target_http_proxy fingerprint
  • http_keep_alive_timeout_secs: an array of google_compute_region_target_http_proxy http_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.