remove computed true for postgres connections

pull/11161/head
pbthorste 9 years ago
parent 0c1175f78b
commit 11f680a88e

@ -86,7 +86,6 @@ func resourcePostgreSQLDatabase() *schema.Resource {
dbConnLimitAttr: {
Type: schema.TypeInt,
Optional: true,
Computed: true,
Default: -1,
Description: "How many concurrent connections can be made to this database",
ValidateFunc: validateConnLimit,

@ -78,7 +78,6 @@ func resourcePostgreSQLRole() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
Default: -1,
Computed: true,
Description: "How many concurrent connections can be made with this role",
ValidateFunc: validateConnLimit,
},

Loading…
Cancel
Save