Add note about Postgres requiring user passwords (#3068)

* Add note about Postgres requiring user passwords

* Clarify wording.

Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Modular Magician 2020-02-04 17:12:58 +00:00
parent 2800cae3ca
commit 7fc495d585
3 changed files with 51 additions and 33 deletions

3
.changelog/3068.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:REPLACEME
```

View file

@ -66,8 +66,9 @@ options:
description: description:
- A multiplier applied to the group's maximum servicing capacity (based on - A multiplier applied to the group's maximum servicing capacity (based on
UTILIZATION, RATE or CONNECTION). UTILIZATION, RATE or CONNECTION).
- Default value is 1, which means the group will serve up to 100% of its configured - "~>**NOTE**: This field cannot be set for INTERNAL region backend services
capacity (depending on balancingMode). (default loadBalancingScheme), but is required for non-INTERNAL backend
service. The total capacity_scaler for all backends must be non-zero."
- A setting of 0 means the group is completely drained, offering 0% of its - A setting of 0 means the group is completely drained, offering 0% of its
available Capacity. Valid range is [0.0,1.0]. available Capacity. Valid range is [0.0,1.0].
required: false required: false
@ -98,6 +99,7 @@ options:
description: description:
- The max number of simultaneous connections for the group. Can be used with - The max number of simultaneous connections for the group. Can be used with
either CONNECTION or UTILIZATION balancing modes. either CONNECTION or UTILIZATION balancing modes.
- Cannot be set for INTERNAL backend services.
- For CONNECTION mode, either maxConnections or one of maxConnectionsPerInstance - For CONNECTION mode, either maxConnections or one of maxConnectionsPerInstance
or maxConnectionsPerEndpoint, as appropriate for group type, must be set. or maxConnectionsPerEndpoint, as appropriate for group type, must be set.
required: false required: false
@ -105,8 +107,9 @@ options:
max_connections_per_instance: max_connections_per_instance:
description: description:
- The max number of simultaneous connections that a single backend instance - The max number of simultaneous connections that a single backend instance
can handle. This is used to calculate the capacity of the group. Can be can handle. Cannot be set for INTERNAL backend services.
used in either CONNECTION or UTILIZATION balancing modes. - This is used to calculate the capacity of the group.
- Can be used in either CONNECTION or UTILIZATION balancing modes.
- For CONNECTION mode, either maxConnections or maxConnectionsPerInstance - For CONNECTION mode, either maxConnections or maxConnectionsPerInstance
must be set. must be set.
required: false required: false
@ -114,15 +117,16 @@ options:
max_connections_per_endpoint: max_connections_per_endpoint:
description: description:
- The max number of simultaneous connections that a single backend network - The max number of simultaneous connections that a single backend network
endpoint can handle. This is used to calculate the capacity of the group. endpoint can handle. Cannot be set for INTERNAL backend services.
Can be used in either CONNECTION or UTILIZATION balancing modes. - This is used to calculate the capacity of the group. Can be used in either
- For CONNECTION mode, either maxConnections or maxConnectionsPerEndpoint CONNECTION or UTILIZATION balancing modes. For CONNECTION mode, either maxConnections
must be set. or maxConnectionsPerEndpoint must be set.
required: false required: false
type: int type: int
max_rate: max_rate:
description: description:
- The max requests per second (RPS) of the group. - The max requests per second (RPS) of the group. Cannot be set for INTERNAL
backend services.
- Can be used with either RATE or UTILIZATION balancing modes, but required - Can be used with either RATE or UTILIZATION balancing modes, but required
if RATE mode. Either maxRate or one of maxRatePerInstance or maxRatePerEndpoint, if RATE mode. Either maxRate or one of maxRatePerInstance or maxRatePerEndpoint,
as appropriate for group type, must be set. as appropriate for group type, must be set.
@ -133,7 +137,7 @@ options:
- The max requests per second (RPS) that a single backend instance can handle. - The max requests per second (RPS) that a single backend instance can handle.
This is used to calculate the capacity of the group. Can be used in either This is used to calculate the capacity of the group. Can be used in either
balancing mode. For RATE mode, either maxRate or maxRatePerInstance must balancing mode. For RATE mode, either maxRate or maxRatePerInstance must
be set. be set. Cannot be set for INTERNAL backend services.
required: false required: false
type: str type: str
max_rate_per_endpoint: max_rate_per_endpoint:
@ -141,13 +145,14 @@ options:
- The max requests per second (RPS) that a single backend network endpoint - The max requests per second (RPS) that a single backend network endpoint
can handle. This is used to calculate the capacity of the group. Can be can handle. This is used to calculate the capacity of the group. Can be
used in either balancing mode. For RATE mode, either maxRate or maxRatePerEndpoint used in either balancing mode. For RATE mode, either maxRate or maxRatePerEndpoint
must be set. must be set. Cannot be set for INTERNAL backend services.
required: false required: false
type: str type: str
max_utilization: max_utilization:
description: description:
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization - Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
target for the group. Valid range is [0.0, 1.0]. target for the group. Valid range is [0.0, 1.0].
- Cannot be set for INTERNAL backend services.
required: false required: false
type: str type: str
connection_draining: connection_draining:
@ -320,8 +325,9 @@ backends:
description: description:
- A multiplier applied to the group's maximum servicing capacity (based on UTILIZATION, - A multiplier applied to the group's maximum servicing capacity (based on UTILIZATION,
RATE or CONNECTION). RATE or CONNECTION).
- Default value is 1, which means the group will serve up to 100% of its configured - "~>**NOTE**: This field cannot be set for INTERNAL region backend services
capacity (depending on balancingMode). (default loadBalancingScheme), but is required for non-INTERNAL backend service.
The total capacity_scaler for all backends must be non-zero."
- A setting of 0 means the group is completely drained, offering 0% of its available - A setting of 0 means the group is completely drained, offering 0% of its available
Capacity. Valid range is [0.0,1.0]. Capacity. Valid range is [0.0,1.0].
returned: success returned: success
@ -352,6 +358,7 @@ backends:
description: description:
- The max number of simultaneous connections for the group. Can be used with - The max number of simultaneous connections for the group. Can be used with
either CONNECTION or UTILIZATION balancing modes. either CONNECTION or UTILIZATION balancing modes.
- Cannot be set for INTERNAL backend services.
- For CONNECTION mode, either maxConnections or one of maxConnectionsPerInstance - For CONNECTION mode, either maxConnections or one of maxConnectionsPerInstance
or maxConnectionsPerEndpoint, as appropriate for group type, must be set. or maxConnectionsPerEndpoint, as appropriate for group type, must be set.
returned: success returned: success
@ -359,8 +366,9 @@ backends:
maxConnectionsPerInstance: maxConnectionsPerInstance:
description: description:
- The max number of simultaneous connections that a single backend instance - The max number of simultaneous connections that a single backend instance
can handle. This is used to calculate the capacity of the group. Can be used can handle. Cannot be set for INTERNAL backend services.
in either CONNECTION or UTILIZATION balancing modes. - This is used to calculate the capacity of the group.
- Can be used in either CONNECTION or UTILIZATION balancing modes.
- For CONNECTION mode, either maxConnections or maxConnectionsPerInstance must - For CONNECTION mode, either maxConnections or maxConnectionsPerInstance must
be set. be set.
returned: success returned: success
@ -368,15 +376,16 @@ backends:
maxConnectionsPerEndpoint: maxConnectionsPerEndpoint:
description: description:
- The max number of simultaneous connections that a single backend network endpoint - The max number of simultaneous connections that a single backend network endpoint
can handle. This is used to calculate the capacity of the group. Can be used can handle. Cannot be set for INTERNAL backend services.
in either CONNECTION or UTILIZATION balancing modes. - This is used to calculate the capacity of the group. Can be used in either
- For CONNECTION mode, either maxConnections or maxConnectionsPerEndpoint must CONNECTION or UTILIZATION balancing modes. For CONNECTION mode, either maxConnections
be set. or maxConnectionsPerEndpoint must be set.
returned: success returned: success
type: int type: int
maxRate: maxRate:
description: description:
- The max requests per second (RPS) of the group. - The max requests per second (RPS) of the group. Cannot be set for INTERNAL
backend services.
- Can be used with either RATE or UTILIZATION balancing modes, but required - Can be used with either RATE or UTILIZATION balancing modes, but required
if RATE mode. Either maxRate or one of maxRatePerInstance or maxRatePerEndpoint, if RATE mode. Either maxRate or one of maxRatePerInstance or maxRatePerEndpoint,
as appropriate for group type, must be set. as appropriate for group type, must be set.
@ -387,7 +396,7 @@ backends:
- The max requests per second (RPS) that a single backend instance can handle. - The max requests per second (RPS) that a single backend instance can handle.
This is used to calculate the capacity of the group. Can be used in either This is used to calculate the capacity of the group. Can be used in either
balancing mode. For RATE mode, either maxRate or maxRatePerInstance must be balancing mode. For RATE mode, either maxRate or maxRatePerInstance must be
set. set. Cannot be set for INTERNAL backend services.
returned: success returned: success
type: str type: str
maxRatePerEndpoint: maxRatePerEndpoint:
@ -395,13 +404,14 @@ backends:
- The max requests per second (RPS) that a single backend network endpoint can - The max requests per second (RPS) that a single backend network endpoint can
handle. This is used to calculate the capacity of the group. Can be used in handle. This is used to calculate the capacity of the group. Can be used in
either balancing mode. For RATE mode, either maxRate or maxRatePerEndpoint either balancing mode. For RATE mode, either maxRate or maxRatePerEndpoint
must be set. must be set. Cannot be set for INTERNAL backend services.
returned: success returned: success
type: str type: str
maxUtilization: maxUtilization:
description: description:
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization - Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
target for the group. Valid range is [0.0, 1.0]. target for the group. Valid range is [0.0, 1.0].
- Cannot be set for INTERNAL backend services.
returned: success returned: success
type: str type: str
connectionDraining: connectionDraining:

View file

@ -133,8 +133,9 @@ resources:
description: description:
- A multiplier applied to the group's maximum servicing capacity (based - A multiplier applied to the group's maximum servicing capacity (based
on UTILIZATION, RATE or CONNECTION). on UTILIZATION, RATE or CONNECTION).
- Default value is 1, which means the group will serve up to 100% of its - "~>**NOTE**: This field cannot be set for INTERNAL region backend services
configured capacity (depending on balancingMode). (default loadBalancingScheme), but is required for non-INTERNAL backend
service. The total capacity_scaler for all backends must be non-zero."
- A setting of 0 means the group is completely drained, offering 0% of its - A setting of 0 means the group is completely drained, offering 0% of its
available Capacity. Valid range is [0.0,1.0]. available Capacity. Valid range is [0.0,1.0].
returned: success returned: success
@ -167,6 +168,7 @@ resources:
description: description:
- The max number of simultaneous connections for the group. Can be used - The max number of simultaneous connections for the group. Can be used
with either CONNECTION or UTILIZATION balancing modes. with either CONNECTION or UTILIZATION balancing modes.
- Cannot be set for INTERNAL backend services.
- For CONNECTION mode, either maxConnections or one of maxConnectionsPerInstance - For CONNECTION mode, either maxConnections or one of maxConnectionsPerInstance
or maxConnectionsPerEndpoint, as appropriate for group type, must be set. or maxConnectionsPerEndpoint, as appropriate for group type, must be set.
returned: success returned: success
@ -174,8 +176,9 @@ resources:
maxConnectionsPerInstance: maxConnectionsPerInstance:
description: description:
- The max number of simultaneous connections that a single backend instance - The max number of simultaneous connections that a single backend instance
can handle. This is used to calculate the capacity of the group. Can be can handle. Cannot be set for INTERNAL backend services.
used in either CONNECTION or UTILIZATION balancing modes. - This is used to calculate the capacity of the group.
- Can be used in either CONNECTION or UTILIZATION balancing modes.
- For CONNECTION mode, either maxConnections or maxConnectionsPerInstance - For CONNECTION mode, either maxConnections or maxConnectionsPerInstance
must be set. must be set.
returned: success returned: success
@ -183,15 +186,16 @@ resources:
maxConnectionsPerEndpoint: maxConnectionsPerEndpoint:
description: description:
- The max number of simultaneous connections that a single backend network - The max number of simultaneous connections that a single backend network
endpoint can handle. This is used to calculate the capacity of the group. endpoint can handle. Cannot be set for INTERNAL backend services.
Can be used in either CONNECTION or UTILIZATION balancing modes. - This is used to calculate the capacity of the group. Can be used in either
- For CONNECTION mode, either maxConnections or maxConnectionsPerEndpoint CONNECTION or UTILIZATION balancing modes. For CONNECTION mode, either
must be set. maxConnections or maxConnectionsPerEndpoint must be set.
returned: success returned: success
type: int type: int
maxRate: maxRate:
description: description:
- The max requests per second (RPS) of the group. - The max requests per second (RPS) of the group. Cannot be set for INTERNAL
backend services.
- Can be used with either RATE or UTILIZATION balancing modes, but required - Can be used with either RATE or UTILIZATION balancing modes, but required
if RATE mode. Either maxRate or one of maxRatePerInstance or maxRatePerEndpoint, if RATE mode. Either maxRate or one of maxRatePerInstance or maxRatePerEndpoint,
as appropriate for group type, must be set. as appropriate for group type, must be set.
@ -202,7 +206,7 @@ resources:
- The max requests per second (RPS) that a single backend instance can handle. - The max requests per second (RPS) that a single backend instance can handle.
This is used to calculate the capacity of the group. Can be used in either This is used to calculate the capacity of the group. Can be used in either
balancing mode. For RATE mode, either maxRate or maxRatePerInstance must balancing mode. For RATE mode, either maxRate or maxRatePerInstance must
be set. be set. Cannot be set for INTERNAL backend services.
returned: success returned: success
type: str type: str
maxRatePerEndpoint: maxRatePerEndpoint:
@ -210,13 +214,14 @@ resources:
- The max requests per second (RPS) that a single backend network endpoint - The max requests per second (RPS) that a single backend network endpoint
can handle. This is used to calculate the capacity of the group. Can be can handle. This is used to calculate the capacity of the group. Can be
used in either balancing mode. For RATE mode, either maxRate or maxRatePerEndpoint used in either balancing mode. For RATE mode, either maxRate or maxRatePerEndpoint
must be set. must be set. Cannot be set for INTERNAL backend services.
returned: success returned: success
type: str type: str
maxUtilization: maxUtilization:
description: description:
- Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization - Used when balancingMode is UTILIZATION. This ratio defines the CPU utilization
target for the group. Valid range is [0.0, 1.0]. target for the group. Valid range is [0.0, 1.0].
- Cannot be set for INTERNAL backend services.
returned: success returned: success
type: str type: str
connectionDraining: connectionDraining: