mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
ffa905b853
commit
40275f32da
2 changed files with 23 additions and 1 deletions
|
@ -171,6 +171,12 @@ resources:
|
|||
- 'Format: `''projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}''`.'
|
||||
returned: success
|
||||
type: str
|
||||
skipInitialVersionCreation:
|
||||
description:
|
||||
- If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
||||
You must use the `google_kms_key_ring_import_job` resource to import the CryptoKeyVersion.
|
||||
returned: success
|
||||
type: bool
|
||||
'''
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue