Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.63 KB

google_compute_region_disk_types.md

File metadata and controls

38 lines (31 loc) · 1.63 KB
title platform
About the google_compute_region_disk_types resource
gcp

Syntax

A google_compute_region_disk_types is used to test a Google RegionDiskType resource

Examples

  describe google_compute_region_disk_types(project: 'chef-gcp-inspec', region: ' value_region') do
    it { should exist }
  end

Properties

Properties that can be accessed from the google_compute_region_disk_types resource:

See google_compute_region_disk_type.md for more detailed information

  • kinds: an array of google_compute_region_disk_type kind
  • ids: an array of google_compute_region_disk_type id
  • creation_timestamps: an array of google_compute_region_disk_type creation_timestamp
  • names: an array of google_compute_region_disk_type name
  • descriptions: an array of google_compute_region_disk_type description
  • valid_disk_sizes: an array of google_compute_region_disk_type valid_disk_size
  • deprecateds: an array of google_compute_region_disk_type deprecated
  • zones: an array of google_compute_region_disk_type zone
  • self_links: an array of google_compute_region_disk_type self_link
  • default_disk_size_gbs: an array of google_compute_region_disk_type default_disk_size_gb
  • regions: an array of google_compute_region_disk_type 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.