Terraform - Create an user with more than 50 skills

Hi,

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.

Thanks,
Lalitha

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.

Hi @Lalitha

We are having a fix for this in the pipeline. Will update this thread once its released.

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.

Wonderful news, do we know when it will be released as we are in middle of developing an Org and this is something preventing us from moving forward.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.