fix: fix pgsql db state #62

Merged
marcel.henselin merged 1 commit from fix/pgsql_state_fix into alpha 2026-02-13 17:06:58 +00:00

View file

@ -179,7 +179,7 @@ func (r *databaseResource) Create(
ctx = core.InitProviderContext(ctx)
projectId := model.ProjectId.ValueString()
region := model.InstanceId.ValueString()
region := model.Region.ValueString()
instanceId := model.InstanceId.ValueString()
ctx = tflog.SetField(ctx, "project_id", projectId)