We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346a7c8 commit bb5bc49Copy full SHA for bb5bc49
internal/service/advancedclustertpf/move_upgrade_state.go
@@ -71,7 +71,7 @@ func setStateResponse(ctx context.Context, diags *diag.Diagnostics, stateIn *tfp
71
return
72
}
73
if !conversion.IsStringPresent(projectID) || !conversion.IsStringPresent(name) {
74
- diags.AddError("Unable to read project_id or name", fmt.Sprintf("project_id: %s, name: %s",
+ diags.AddError("Unable to read project_id or name from state", fmt.Sprintf("project_id: %s, name: %s",
75
conversion.SafeString(projectID), conversion.SafeString(name)))
76
77
0 commit comments