We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4bb78 commit c4ca8cbCopy full SHA for c4ca8cb
postgresql/resource_postgresql_grant.go
@@ -86,9 +86,8 @@ func resourcePostgreSQLGrant() *schema.Resource {
86
Description: "The specific columns to grant privileges on for this role",
87
},
88
"privileges": {
89
- Type: schema.TypeSet,
90
- Required: true,
91
- //ForceNew: true,
+ Type: schema.TypeSet,
+ Required: true,
92
Elem: &schema.Schema{Type: schema.TypeString},
93
Set: schema.HashString,
94
Description: "The list of privileges to grant",
0 commit comments