NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

data_encryption_type and gcp_encryption_parameters are missing for GCP connector resource #200

Open corentinl opened 3 months ago

corentinl commented 3 months ago

Hello

In _netapp-cloudmanager_cvogcp resource arguments data_encryption_type and gcp_encryption_parameters are available in order to specify a custom encryption key to encrypt disks.

In the connector resource _netapp-cloudmanager_connectorgcp arguments to specify encryption key are not available. As an enhancement could you add arguments to specify such encryption key.

To bring some context, when your are working in a GCP organization that enforce the Organization policy constraint "constraints/gcp.restrictNonCmekServices" for the service compute.googleapis.com you must provide a Customer-Managed Encryption Key for every VM you want to provision.

Thank you

suhasbshekar commented 1 month ago

created Jira [DEVOPS-7115]