Syntax

A google_compute_addresses is used to test a Google Address 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_addresses(project: 'chef-gcp-inspec', location: 'europe-west2') do
  its('addresses') { should include '10.2.0.3' }
  its('names') { should include 'inspec-gcp-global-address' }
end

Properties

Properties that can be accessed from the google_compute_addresses resource:

See googlecomputeaddress.md for more detailed information * addresses: an array of google_compute_address address * address_types: an array of google_compute_address addresstype * `creationtimestamps: an array ofgooglecomputeaddresscreation_timestamp *descriptions: an array ofgooglecomputeaddressdescription *ids: an array ofgooglecomputeaddressid *names: an array ofgooglecomputeaddressname *purposes: an array ofgooglecomputeaddresspurpose *networktiers: an array ofgooglecomputeaddress` networktier * subnetworks: an array of google_compute_address subnetwork * users: an array of google_compute_address users * labels: (Beta only) an array of google_compute_address labels * label_fingerprints: (Beta only) an array of google_compute_address labelfingerprint * statuses: an array of `googlecomputeaddressstatus *regions: an array ofgooglecompute_address` region

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.