Skip to content

Commit

Permalink
feat: read only connection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb committed Nov 26, 2024
1 parent 9241b05 commit 3bae5f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/provider/resource_pgd.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ func PgdSchema(ctx context.Context) schema.Schema {
"read_only_connections": schema.BoolAttribute{
Description: "Is read-only connections enabled.",
Optional: true,
Computed: true,
},
"wal_storage": resourceWal,
},
Expand Down

0 comments on commit 3bae5f6

Please sign in to comment.