Add cmek to spanner database (#4699) (#407)

* 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:
The Magician 2021-04-20 18:34:37 -07:00 committed by GitHub
commit 15657f852e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 70 additions and 3 deletions

View file

@ -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.