Skip to content

Commit 11f680a

Browse files
committed
remove computed true for postgres connections
1 parent 0c1175f commit 11f680a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

builtin/providers/postgresql/resource_postgresql_database.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func resourcePostgreSQLDatabase() *schema.Resource {
8686
dbConnLimitAttr: {
8787
Type: schema.TypeInt,
8888
Optional: true,
89-
Computed: true,
9089
Default: -1,
9190
Description: "How many concurrent connections can be made to this database",
9291
ValidateFunc: validateConnLimit,

builtin/providers/postgresql/resource_postgresql_role.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ func resourcePostgreSQLRole() *schema.Resource {
7878
Type: schema.TypeInt,
7979
Optional: true,
8080
Default: -1,
81-
Computed: true,
8281
Description: "How many concurrent connections can be made with this role",
8382
ValidateFunc: validateConnLimit,
8483
},

0 commit comments

Comments
 (0)