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_addressaddresscreation_timestamps: an array ofgoogle_compute_global_addresscreation_timestampdescriptions: an array ofgoogle_compute_global_addressdescriptionids: an array ofgoogle_compute_global_addressidnames: an array ofgoogle_compute_global_addressnamelabels: (Beta only) an array ofgoogle_compute_global_addresslabelslabel_fingerprints: (Beta only) an array ofgoogle_compute_global_addresslabel_fingerprintip_versions: an array ofgoogle_compute_global_addressip_versionregions: an array ofgoogle_compute_global_addressregionprefix_lengths: an array ofgoogle_compute_global_addressprefix_lengthaddress_types: an array ofgoogle_compute_global_addressaddress_typepurposes: an array ofgoogle_compute_global_addresspurposenetworks: an array ofgoogle_compute_global_addressnetwork
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.