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
Encryption of Disk (Boot Disk ,Attached Disk and Local Disk) ,is that supported via Cryptographic Keys or KMS in GCP ,via Terraform .At API level it's simple but at Terraform level I was not able to achieve .
#2234
Closed
NG-GCP-USER opened this issue
Oct 11, 2018
· 2 comments
We have KMS keys in GCP which I am not able to use for disk encryption using Terraform code .Is there a support for using disk encryption with KMS .In Yaml and python it was simple .
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have KMS keys in GCP which I am not able to use for disk encryption using Terraform code .Is there a support for using disk encryption with KMS .In Yaml and python it was simple .
What only I can find is useful it seemed for my KMS encryption was https://www.terraform.io/docs/providers/google/d/google_kms_secret.html .But it didn't work .Is there some simple way that can be shared .
Finally I did it use the option with disk_encryption_key_raw attribute ,but it doesn't seem much secure .
The text was updated successfully, but these errors were encountered: