Ресурс google_compute_target_https_proxies
Синтаксис
Для проверки ресурса Google TargetHttpsProxy используется google_compute_target_https_proxies
Ресурс бета-версии
У этого ресурса доступны поля бета-версии. Чтобы получить доступ к этим полям, включите beta: true в конструктор ресурса
Примеры
describe google_compute_target_https_proxies(project: 'chef-gcp-inspec') do
its('names') { should include 'inspec-gcp-https-proxy' }
its('descriptions') { should include 'A HTTPS target proxy' }
end
Свойства
Свойства, к которым можно получить доступ из ресурса google_compute_target_https_proxies:
Дополнительная информация доступна в ресурсе google_compute_target_https_proxy.
creation_timestamps- массив
google_compute_target_https_proxycreation_timestamp descriptions- массив
google_compute_target_https_proxydescription ids- массив
google_compute_target_https_proxyid names- массив
google_compute_target_https_proxyname quic_overrides- массив
google_compute_target_https_proxyquic_override ssl_certificates- массив
google_compute_target_https_proxyssl_certificates ssl_policies- массив
google_compute_target_https_proxyssl_policy url_maps- массив
google_compute_target_https_proxyurl_map
Критерии фильтрации
Этот ресурс поддерживает все вышеперечисленные свойства в качестве критериев фильтрации, которые могут быть использованы с where в виде блока или метода.
Разрешения GCP
Убедитесь, что для текущего проекта включен API Compute Engine по ссылке.
© Chef Software, Inc.
Licensed under the Creative Commons Attribution 3.0 Unported License.
The Chef™ Mark and Chef Logo are either registered trademarks/service marks or trademarks/servicemarks of Chef, in the United States and other countries and are used with Chef Inc's permission.
We are not affiliated with, endorsed or sponsored by Chef Inc.
https://docs.chef.io/inspec/resources/google_compute_target_https_proxies/