google_compute_region_url_maps resource
Use the google_compute_region_url_maps InSpec audit resource to to test a Google Cloud RegionUrlMap resource.
Examples
describe google_compute_region_url_maps(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_region_url_maps resource:
See google_compute_region_url_map for more detailed information.
kinds: an array ofgoogle_compute_region_url_mapkindids: an array ofgoogle_compute_region_url_mapidcreation_timestamps: an array ofgoogle_compute_region_url_mapcreation_timestampnames: an array ofgoogle_compute_region_url_mapnamedescriptions: an array ofgoogle_compute_region_url_mapdescriptionself_links: an array ofgoogle_compute_region_url_mapself_linkhost_rules: an array ofgoogle_compute_region_url_maphost_rulespath_matchers: an array ofgoogle_compute_region_url_mappath_matcherstests: an array ofgoogle_compute_region_url_maptestsdefault_services: an array ofgoogle_compute_region_url_mapdefault_servicedefault_route_actions: an array ofgoogle_compute_region_url_mapdefault_route_actiondefault_url_redirects: an array ofgoogle_compute_region_url_mapdefault_url_redirectheader_actions: an array ofgoogle_compute_region_url_mapheader_actiondefault_custom_error_response_policies: an array ofgoogle_compute_region_url_mapdefault_custom_error_response_policyfingerprints: an array ofgoogle_compute_region_url_mapfingerprintregions: an array ofgoogle_compute_region_url_mapregion
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.