Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.62 KB

google_compute_target_ssl_proxies.md

File metadata and controls

38 lines (31 loc) · 1.62 KB
title platform
About the google_compute_target_ssl_proxies resource
gcp

Syntax

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

  • kinds: an array of google_compute_target_ssl_proxy kind
  • ids: an array of google_compute_target_ssl_proxy id
  • creation_timestamps: an array of google_compute_target_ssl_proxy creation_timestamp
  • names: an array of google_compute_target_ssl_proxy name
  • descriptions: an array of google_compute_target_ssl_proxy description
  • self_links: an array of google_compute_target_ssl_proxy self_link
  • services: an array of google_compute_target_ssl_proxy service
  • ssl_certificates: an array of google_compute_target_ssl_proxy ssl_certificates
  • certificate_maps: an array of google_compute_target_ssl_proxy certificate_map
  • proxy_headers: an array of google_compute_target_ssl_proxy proxy_header
  • ssl_policies: an array of google_compute_target_ssl_proxy ssl_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.