Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1002 Bytes

google_kms_locations.md

File metadata and controls

31 lines (24 loc) · 1002 Bytes
title platform
About the google_kms_locations resource
gcp

Syntax

A google_kms_locations is used to test a Google Location resource

Examples

describe google_kms_locations(project: 'chef-gcp-inspec') do
  it { should exist }
end

Properties

Properties that can be accessed from the google_kms_locations resource:

See google_kms_location.md for more detailed information

  • names: an array of google_kms_location name
  • location_ids: an array of google_kms_location location_id
  • display_names: an array of google_kms_location display_name
  • locations: an array of google_kms_location location

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 Cloud Key Management Service (KMS) API is enabled for the current project.