google_kms_ekm_connections resource
Use the google_kms_ekm_connections InSpec audit resource to to test a Google Cloud EkmConnection resource.
Examples
describe google_kms_ekm_connections(project: 'chef-gcp-inspec', location: 'europe-west2') do
it { should exist }
end
Properties
Properties that can be accessed from the google_kms_ekm_connections resource:
See google_kms_ekm_connection for more detailed information.
names: an array ofgoogle_kms_ekm_connectionnamecreate_times: an array ofgoogle_kms_ekm_connectioncreate_timeservice_resolvers: an array ofgoogle_kms_ekm_connectionservice_resolverslocations: an array ofgoogle_kms_ekm_connectionlocation
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.