You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides access to KMS Autokey config data with Google Cloud KMS.
5
+
---
6
+
7
+
# google_kms_key_handle
8
+
9
+
Provides access to Google Cloud Platform KMS AutokeyConfig. A AutokeyConfig is a Cloud KMS resource that helps you safely span the separation of duties to create new Cloud KMS keys for CMEK using Autokey.
10
+
11
+
~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
12
+
See [Provider Versions](https://terraform.io/docs/providers/google/guides/provider_versions.html) for more details on beta resources.
13
+
14
+
15
+
For more information see
16
+
[the official documentation](https://cloud.google.com/kms/docs/reference/rest/v1/folders)
0 commit comments