Skip to content

Commit 9ccf259

Browse files
MartyEwingstphoney
authored andcommitted
MODULES-2989 parameter ensure of custom resource postgresql_replication_slot is not documented (#884)
added required string instead of must be present
1 parent b4b9573 commit 9ccf259

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,16 @@ Specifies the name of the slot to create. Must be a valid replication slot name.
16381638

16391639
This is the namevar.
16401640

1641+
##### `ensure`
1642+
1643+
Required.
1644+
1645+
Specifies the action to create or destroy named slot.
1646+
1647+
Valid values: 'present', 'absent'.
1648+
1649+
Default value: 'present'.
1650+
16411651
#### postgresql_conn_validator
16421652

16431653
Validate the connection to a local or remote PostgreSQL database using this type.

0 commit comments

Comments
 (0)