title | platform |
---|---|
About the google_compute_region_url_maps resource |
gcp |
A google_compute_region_url_maps
is used to test a Google RegionUrlMap resource
describe google_compute_region_url_maps(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_compute_region_url_maps
resource:
See google_compute_region_url_map.md for more detailed information
kinds
: an array ofgoogle_compute_region_url_map
kindids
: an array ofgoogle_compute_region_url_map
idcreation_timestamps
: an array ofgoogle_compute_region_url_map
creation_timestampnames
: an array ofgoogle_compute_region_url_map
namedescriptions
: an array ofgoogle_compute_region_url_map
descriptionself_links
: an array ofgoogle_compute_region_url_map
self_linkhost_rules
: an array ofgoogle_compute_region_url_map
host_rulespath_matchers
: an array ofgoogle_compute_region_url_map
path_matcherstests
: an array ofgoogle_compute_region_url_map
testsdefault_services
: an array ofgoogle_compute_region_url_map
default_servicedefault_route_actions
: an array ofgoogle_compute_region_url_map
default_route_actiondefault_url_redirects
: an array ofgoogle_compute_region_url_map
default_url_redirectheader_actions
: an array ofgoogle_compute_region_url_map
header_actiondefault_custom_error_response_policies
: an array ofgoogle_compute_region_url_map
default_custom_error_response_policyfingerprints
: an array ofgoogle_compute_region_url_map
fingerprintregions
: an array ofgoogle_compute_region_url_map
region
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.