fix: postgres_fixes #54

Merged
marcel.henselin merged 4 commits from fix/postgres_fixes into alpha 2026-02-13 08:15:22 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 847bc0d3c2 - Show all commits

View file

@ -236,6 +236,7 @@ func (r *databaseResource) Create(
return
}
// TODO: wait handler bauen
database, err := getDatabaseById(ctx, r.client, projectId, region, instanceId, databaseId)
if err != nil {
core.LogAndAddError(

View file

@ -196,6 +196,7 @@ func (r *userResource) Create(
)
return
}
arg.userId = id
ctx = tflog.SetField(ctx, "user_id", id)