Skip to content

Commit c4ca8cb

Browse files
committed
Remove ForceNew comment
1 parent 1c4bb78 commit c4ca8cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

postgresql/resource_postgresql_grant.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ func resourcePostgreSQLGrant() *schema.Resource {
8686
Description: "The specific columns to grant privileges on for this role",
8787
},
8888
"privileges": {
89-
Type: schema.TypeSet,
90-
Required: true,
91-
//ForceNew: true,
89+
Type: schema.TypeSet,
90+
Required: true,
9291
Elem: &schema.Schema{Type: schema.TypeString},
9392
Set: schema.HashString,
9493
Description: "The list of privileges to grant",

0 commit comments

Comments
 (0)