update compute disk documentation

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
megan07 2019-12-09 17:45:35 +00:00 committed by Modular Magician
parent 561dddd734
commit de8114ac13
2 changed files with 6 additions and 0 deletions

View file

@ -172,6 +172,8 @@ options:
kms_key_name:
description:
- The name of the encryption key that is stored in Google Cloud KMS.
- Your project's Compute Engine System service account (`service-{{PROJECT_NUMBER}}@compute-system.iam.gserviceaccount.com`)
must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature.
required: false
type: str
source_snapshot:
@ -434,6 +436,8 @@ diskEncryptionKey:
kmsKeyName:
description:
- The name of the encryption key that is stored in Google Cloud KMS.
- Your project's Compute Engine System service account (`service-{{PROJECT_NUMBER}}@compute-system.iam.gserviceaccount.com`)
must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature.
returned: success
type: str
sourceSnapshot:

View file

@ -284,6 +284,8 @@ resources:
kmsKeyName:
description:
- The name of the encryption key that is stored in Google Cloud KMS.
- Your project's Compute Engine System service account (`service-{{PROJECT_NUMBER}}@compute-system.iam.gserviceaccount.com`)
must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature.
returned: success
type: str
sourceSnapshot: