We are creating user profiles using terraform, however the users are assigned with more than 50 skills and the resource creation is failing with the following error:
Error: Failed to update skills for user f6f11ab2-404d-4272-9e37-e1cb438a0b8f: API Error: 400 - Only 50 skills can be requested at a time.
Is there a way to create and update the users with more than 50 skills using terraform. Please advise.
Because terraform is using the GC APIs in the background and based on the APIs limits you can't add more than 50 skill at a time so you will have to divide your operation.
That makes sense. Could you please help me on how to split them into groups of 50's, If I have have another resource in my input file, terraform is throwing a duplicate resource error.