google_compute_global_addresses resource
Syntax
A google_compute_global_addresses
is used to test a Google GlobalAddress resource
Beta Resource
This resource has beta fields available. To retrieve these fields, include beta: true
in the constructor for the resource.
Examples
describe google_compute_global_addresses(project: 'chef-gcp-inspec', name: 'inspec-gcp-global-address') do
its('count') { should be >= 1 }
its('names') { should include 'inspec-gcp-global-address' }
its('ip_versions') { should include 'IPV6' }
end
Properties
Properties that can be accessed from the google_compute_global_addresses
resource:
See google_compute_global_address for more detailed information.
addresses
: an array ofgoogle_compute_global_address
addresscreation_timestamps
: an array ofgoogle_compute_global_address
creation_timestampdescriptions
: an array ofgoogle_compute_global_address
descriptionids
: an array ofgoogle_compute_global_address
idnames
: an array ofgoogle_compute_global_address
namelabels
: (Beta only) an array ofgoogle_compute_global_address
labelslabel_fingerprints
: (Beta only) an array ofgoogle_compute_global_address
label_fingerprintip_versions
: an array ofgoogle_compute_global_address
ip_versionregions
: an array ofgoogle_compute_global_address
regionprefix_lengths
: an array ofgoogle_compute_global_address
prefix_lengthaddress_types
: an array ofgoogle_compute_global_address
address_typepurposes
: an array ofgoogle_compute_global_address
purposenetworks
: an array ofgoogle_compute_global_address
network
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.