Skip to content

Commit

Permalink
Fix docu comment with correct api field name
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Tsarev <[email protected]>
  • Loading branch information
ytsarev committed Nov 10, 2023
1 parent d36f0ce commit a8260c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/postgresql/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func Configure(p *config.Provider) {
}, nil
}
desc, _ := comments.New("If true, the password will be auto-generated and"+
" stored in the Secret referenced by the passwordSecretRef field.",
" stored in the Secret referenced by the administratorPasswordSecretRef field.",
comments.WithTFTag("-"))
r.TerraformResource.Schema["auto_generate_password"] = &schema.Schema{
Type: schema.TypeBool,
Expand Down

0 comments on commit a8260c3

Please sign in to comment.