mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-22 02:41:23 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
bfd4a8d72d
commit
69dc784c16
40 changed files with 159 additions and 0 deletions
|
@ -208,6 +208,7 @@ options:
|
|||
replica_names:
|
||||
description:
|
||||
- The replicas of the instance.
|
||||
elements: str
|
||||
required: false
|
||||
type: list
|
||||
service_account_email_address:
|
||||
|
@ -225,6 +226,7 @@ options:
|
|||
database_flags:
|
||||
description:
|
||||
- The database flags passed to the instance at startup.
|
||||
elements: dict
|
||||
required: false
|
||||
type: list
|
||||
version_added: '2.9'
|
||||
|
@ -260,6 +262,7 @@ options:
|
|||
- The list of external networks that are allowed to connect to the instance
|
||||
using the IP. In CIDR notation, also known as 'slash' notation (e.g.
|
||||
192.168.100.0/24).
|
||||
elements: dict
|
||||
required: false
|
||||
type: list
|
||||
suboptions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue