mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10: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:
|
kms_key_name:
|
||||||
description:
|
description:
|
||||||
- The name of the encryption key that is stored in Google Cloud KMS.
|
- 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
|
required: false
|
||||||
type: str
|
type: str
|
||||||
source_snapshot:
|
source_snapshot:
|
||||||
|
@ -434,6 +436,8 @@ diskEncryptionKey:
|
||||||
kmsKeyName:
|
kmsKeyName:
|
||||||
description:
|
description:
|
||||||
- The name of the encryption key that is stored in Google Cloud KMS.
|
- 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
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
sourceSnapshot:
|
sourceSnapshot:
|
||||||
|
|
|
@ -284,6 +284,8 @@ resources:
|
||||||
kmsKeyName:
|
kmsKeyName:
|
||||||
description:
|
description:
|
||||||
- The name of the encryption key that is stored in Google Cloud KMS.
|
- 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
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
sourceSnapshot:
|
sourceSnapshot:
|
||||||
|
|
Loading…
Add table
Reference in a new issue