Skip to content

Commit d64ada7

Browse files
authored
doc: Fix wrong URL for sensitive-data. (#22)
1 parent fc25522 commit d64ada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/postgresql_role.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ same PostgreSQL Cluster, one PostgreSQL provider per database must be created
2222
and all but the final ``postgresql_role`` must specify a `skip_drop_role`.
2323

2424
~> **Note:** All arguments including role name and password will be stored in the raw state as plain-text.
25-
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
25+
[Read more about sensitive data in state](https://www.terraform.io/docs/state/sensitive-data.html).
2626

2727
## Usage
2828

0 commit comments

Comments
 (0)