mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 14:20:29 -07:00
* Add user labels kv map to sql instance * Add userLabels to sql instance Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
43e2cd9596
commit
bfa9528cf4
2 changed files with 22 additions and 0 deletions
|
@ -414,6 +414,12 @@ resources:
|
|||
try to update this value.
|
||||
returned: success
|
||||
type: int
|
||||
userLabels:
|
||||
description:
|
||||
- User-provided labels, represented as a dictionary where each label is
|
||||
a single key value pair.
|
||||
returned: success
|
||||
type: dict
|
||||
gceZone:
|
||||
description:
|
||||
- The Compute Engine zone that the instance is currently serving from. This
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue