Skip to content

Commit bc7fe7b

Browse files
author
Cristina Sánchez Sánchez
committed
Typo
1 parent 2f6bfee commit bc7fe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/clouduserprojectassignment/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (r *rs) ImportState(ctx context.Context, req resource.ImportStateRequest, r
210210
}
211211
projectID, user := parts[0], parts[1]
212212

213-
resp.Diagnostics.Append(resp.State.SetAttribute(ctx, path.Root("projetc_id"), projectID)...)
213+
resp.Diagnostics.Append(resp.State.SetAttribute(ctx, path.Root("project_id"), projectID)...)
214214

215215
emailRegex := regexp.MustCompile(`^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$`)
216216

0 commit comments

Comments
 (0)