mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 19:00:27 -07:00
update compute disk documentation
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
561dddd734
commit
de8114ac13
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue