Add disk encryption settings and status to sql instance (#3496) (#230)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-05-19 14:18:29 -04:00 committed by GitHub
commit 6992944568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 104 additions and 0 deletions

View file

@ -432,6 +432,28 @@ resources:
- The current serving state of the database instance.
returned: success
type: str
diskEncryptionConfiguration:
description:
- Disk encyption settings.
returned: success
type: complex
contains:
kmsKeyName:
description:
- The KMS key used to encrypt the Cloud SQL instance .
returned: success
type: str
diskEncryptionStatus:
description:
- Disk encyption status.
returned: success
type: complex
contains:
kmsKeyVersionName:
description:
- The KMS key version used to encrypt the Cloud SQL instance .
returned: success
type: str
'''
################################################################################