diff --git a/pkg/provider/resource_pgd.go b/pkg/provider/resource_pgd.go index 0f0088e5..9ce1744e 100644 --- a/pkg/provider/resource_pgd.go +++ b/pkg/provider/resource_pgd.go @@ -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, },