title | platform |
---|---|
About the google_compute_interconnect_locations resource |
gcp |
A google_compute_interconnect_locations
is used to test a Google InterconnectLocation resource
describe google_compute_interconnect_locations(project: 'chef-gcp-inspec') do
its('names') { should include 'akl-zone1-1353' }
its('facility_provider_facility_ids') { should include 'Auckland - Albany' }
end
Properties that can be accessed from the google_compute_interconnect_locations
resource:
See google_compute_interconnect_location.md for more detailed information
creation_timestamps
: an array ofgoogle_compute_interconnect_location
creation_timestampdescriptions
: an array ofgoogle_compute_interconnect_location
descriptionids
: an array ofgoogle_compute_interconnect_location
idnames
: an array ofgoogle_compute_interconnect_location
nameavailability_zones
: an array ofgoogle_compute_interconnect_location
availability_zoneclient_operation_ids
: an array ofgoogle_compute_interconnect_location
client_operation_idfacility_providers
: an array ofgoogle_compute_interconnect_location
facility_providerfacility_provider_facility_ids
: an array ofgoogle_compute_interconnect_location
facility_provider_facility_idstatuses
: an array ofgoogle_compute_interconnect_location
status
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.