Skip to content

Commit

Permalink
Update resource_postgresql_role.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPugliese committed Mar 14, 2024
1 parent 03f0c41 commit 451de68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/resource_postgresql_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func resourcePostgreSQLRole() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
Default: false,
Description: "Enables lobs when creating a role. Keep disabled to preent passwords from leaking into the logs.",
Description: "Enables logs when creating a role. Keep disabled to prevent passwords from leaking into the logs.",
},
},
}
Expand Down

0 comments on commit 451de68

Please sign in to comment.