Specify type for states

This commit is contained in:
Terry Howe 2022-02-07 05:44:14 -07:00
parent 00040846aa
commit cb2fc582fc

View File

@ -40,19 +40,23 @@ options:
- name of the db configuration youre referencing. in my opinion, this should be called 'db connection' but - name of the db configuration youre referencing. in my opinion, this should be called 'db connection' but
hashi calls it db_name hashi calls it db_name
creation_statements: creation_statements:
type: list
description: description:
- "Specifies the database statements executed to create and configure a user. make sure your account for - "Specifies the database statements executed to create and configure a user. make sure your account for
variables like this {{'{{name}}'}}" variables like this {{'{{name}}'}}"
revocation_statements: revocation_statements:
type: list
description: description:
- Specifies the database statements to be executed to revoke a user. See the plugin's API page for more - Specifies the database statements to be executed to revoke a user. See the plugin's API page for more
information on support and formatting for this parameter. information on support and formatting for this parameter.
rollback_statements: rollback_statements:
type: list
description: description:
- Specifies the database statements to be executed rollback a create operation in the event of an error. Not - Specifies the database statements to be executed rollback a create operation in the event of an error. Not
every plugin type will support this functionality. See the plugin's API page for more information on every plugin type will support this functionality. See the plugin's API page for more information on
support and formatting for this parameter. support and formatting for this parameter.
renew_statements: renew_statements:
type: list
description: description:
- Specifies the database statements to be executed to renew a user. Not every plugin type will support this - Specifies the database statements to be executed to renew a user. Not every plugin type will support this
functionality. See the plugin's API page for more information on support and formatting for this functionality. See the plugin's API page for more information on support and formatting for this