Legacy Dev Forum Posts

 View Only

Sign Up

Terraform - Create an user with more than 50 skills

  • 1.  Terraform - Create an user with more than 50 skills

    Posted 06-05-2025 19:24

    Lalitha | 2023-10-03 05:39:01 UTC | #1

    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


    mostafaawad | 2023-10-03 06:25:54 UTC | #2

    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.


    Hemanth | 2023-10-03 08:58:29 UTC | #3

    Hi @Lalitha

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


    Lalitha | 2023-10-03 11:39:47 UTC | #4

    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.


    Lalitha | 2023-10-03 11:41:43 UTC | #5

    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.


    system | 2023-11-03 11:42:01 UTC | #6

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


    This post was migrated from the old Developer Forum.

    ref: 22320