Skip to content

ResMan, top level folders and project factory: IAM denied in PF to create sub-folders under top-level-folder #2386

Answered by ludoo
protera-jlempka asked this question in Q&A
Discussion options

You must be logged in to vote

Jason, can you try somethign similar to this in your resman stage tfvars? We need to properly document all this stuff but it's taking us longer than anticipated...

Remember to adjust project and organization ids.

top_level_folders = {
  teams = {
    name = "Teams"
    iam_by_principals = {
      "serviceAccount:[email protected]" = [
        "roles/owner",
        "roles/resourcemanager.folderAdmin",
        "roles/resourcemanager.projectCreator",
        "organizations/366118655033/roles/serviceProjectNetworkAdmin"
      ]
    }
    tag_bindings = {
      environment = "tagValues/1028757044334"
    }
  }
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ludoo
Comment options

@protera-jlempka
Comment options

@ludoo
Comment options

Answer selected by protera-jlempka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants