Skip to content

Commit 4571914

Browse files
Add miss drop_cascade docs for postgresql_extension (#89)
* Add miss `drop_cascade` docs for `postgresql_extension` Exist in code, but not exist in docs https://github.com/cyrilgdn/terraform-provider-postgresql/blob/3f20f95eb61b41f93ccd3433becba0b70b5eae65/postgresql/resource_postgresql_extension.go#L59 * Update website/docs/r/postgresql_extension.html.markdown Co-authored-by: Cyril Gaudin <[email protected]>
1 parent 3f20f95 commit 4571914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/postgresql_extension.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ resource "postgresql_extension" "my_extension" {
2626
* `schema` - (Optional) Sets the schema of an extension.
2727
* `version` - (Optional) Sets the version number of the extension.
2828
* `database` - (Optional) Which database to create the extension on. Defaults to provider database.
29+
* `drop_cascade` - (Optional) When true, will also drop all the objects that depend on the extension, and in turn all objects that depend on those objects. (Default: false)

0 commit comments

Comments
 (0)