Adding support for Google Cloud NetApp kmsConfigs #16355
Labels
enhancement
forward/review
In review; remove label to forward
new-resource
new-service
service/netapp
size/m
Milestone
Community Note
Description
This issue is for adding new support to Google Cloud NetApp NetApp Volumes capabilities to google terraform provider for creating kmsConfigs.
KmsConfig is the customer managed encryption key(CMEK) configuration.
New or Affected Resource(s)
New resource which we are adding to existing provider is:
"google_netapp_kmsconfig"
Potential Terraform Configuration
resource "google_netapp_kmsconfig" "test_kms" {
kms_name = "test_kms_name"
description=""
crypto_key_name="projects/{{project}}/locations/us-central1/keyRings/{{kmsRing}}"
location="us-central1"
}
References
The text was updated successfully, but these errors were encountered: