title | platform |
---|---|
About the google_kms_ekm_connections resource |
gcp |
A google_kms_ekm_connections
is used to test a Google EkmConnection resource
describe google_kms_ekm_connections(project: 'chef-gcp-inspec', location: 'europe-west2') do
it { should exist }
end
Properties that can be accessed from the google_kms_ekm_connections
resource:
See google_kms_ekm_connection.md for more detailed information
names
: an array ofgoogle_kms_ekm_connection
namecreate_times
: an array ofgoogle_kms_ekm_connection
create_timeservice_resolvers
: an array ofgoogle_kms_ekm_connection
service_resolverslocations
: an array ofgoogle_kms_ekm_connection
location
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Cloud Key Management Service (KMS) API is enabled for the current project.