Skip to content

Commit bb5bc49

Browse files
committed
apply feedback about error msg
1 parent 346a7c8 commit bb5bc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/advancedclustertpf/move_upgrade_state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func setStateResponse(ctx context.Context, diags *diag.Diagnostics, stateIn *tfp
7171
return
7272
}
7373
if !conversion.IsStringPresent(projectID) || !conversion.IsStringPresent(name) {
74-
diags.AddError("Unable to read project_id or name", fmt.Sprintf("project_id: %s, name: %s",
74+
diags.AddError("Unable to read project_id or name from state", fmt.Sprintf("project_id: %s, name: %s",
7575
conversion.SafeString(projectID), conversion.SafeString(name)))
7676
return
7777
}

0 commit comments

Comments
 (0)