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 googlecomputeglobal_address.md for more detailed information
* addresses
: an array of google_compute_global_address
address
* creation_timestamps
: an array of google_compute_global_address
creationtimestamp
* descriptions
: an array of `googlecomputeglobaladdressdescription
*
ids: an array of
googlecomputeglobaladdressid
*
names: an array of
googlecomputeglobaladdressname
*
labels: (Beta only) an array of
googlecomputeglobaladdresslabels
*
labelfingerprints: (Beta only) an array of
googlecomputeglobaladdress` labelfingerprint
* ip_versions
: an array of google_compute_global_address
ipversion
* regions
: an array of `googlecomputeglobaladdressregion
*
prefixlengths: an array of
googlecomputeglobaladdressprefix_length
*
addresstypes: an array of
googlecomputeglobaladdressaddress_type
*
purposes: an array of
googlecomputeglobaladdresspurpose
*
networks: an array of
googlecomputeglobaladdress` 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.