Skip to content

Commit fb106ea

Browse files
authored
Fix documentation output in terraform usage. (#136)
https://registry.terraform.io/providers/cyrilgdn/postgresql/latest/docs/resources/postgresql_replication_slot#usage doesn't visualize correctly due to missing the 3 backticks.
1 parent aa432f7 commit fb106ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/postgresql_replication_slot.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ resource "postgresql_replication_slot" "my_slot" {
1919
name = "my_slot"
2020
plugin = "test_decoding"
2121
}
22+
```
2223

2324
## Argument Reference
2425

0 commit comments

Comments
 (0)