title | platform |
---|---|
About the google_compute_url_maps resource |
gcp |
A google_compute_url_maps
is used to test a Google UrlMap resource
describe google_compute_url_maps(project: 'chef-gcp-inspec') do
its('names') { should include 'inspec-gcp-url-map' }
end
Properties that can be accessed from the google_compute_url_maps
resource:
See google_compute_url_map.md for more detailed information
creation_timestamps
: an array ofgoogle_compute_url_map
creation_timestampdefault_services
: an array ofgoogle_compute_url_map
default_servicedescriptions
: an array ofgoogle_compute_url_map
descriptionhost_rules
: an array ofgoogle_compute_url_map
host_rulesids
: an array ofgoogle_compute_url_map
idfingerprints
: an array ofgoogle_compute_url_map
fingerprintnames
: an array ofgoogle_compute_url_map
namepath_matchers
: an array ofgoogle_compute_url_map
path_matcherstests
: an array ofgoogle_compute_url_map
tests
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.