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 ofgooglecomputeglobaladdressid *names: an array ofgooglecomputeglobaladdressname *labels: (Beta only) an array ofgooglecomputeglobaladdresslabels *labelfingerprints: (Beta only) an array ofgooglecomputeglobaladdress` labelfingerprint * ip_versions: an array of google_compute_global_address ipversion * regions: an array of `googlecomputeglobaladdressregion *prefixlengths: an array ofgooglecomputeglobaladdressprefix_length *addresstypes: an array ofgooglecomputeglobaladdressaddress_type *purposes: an array ofgooglecomputeglobaladdresspurpose *networks: an array ofgooglecomputeglobaladdress` 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.