mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -07:00
* Add cmek to spanner database * Update timeout * Bump default timeout * Mark test as beta * Move to handwritten test Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
301cd30a71
commit
15657f852e
2 changed files with 70 additions and 3 deletions
|
@ -129,6 +129,18 @@ resources:
|
|||
the database is not created.'
|
||||
returned: success
|
||||
type: list
|
||||
encryptionConfig:
|
||||
description:
|
||||
- Encryption configuration for the database .
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
kmsKeyName:
|
||||
description:
|
||||
- Fully qualified name of the KMS key to use to encrypt this database. This
|
||||
key must exist in the same location as the Spanner Database.
|
||||
returned: success
|
||||
type: str
|
||||
instance:
|
||||
description:
|
||||
- The instance to create the database on.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue