Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding new manage_collection and manage_team permission #91

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

alfespa17
Copy link
Member

@alfespa17 alfespa17 commented Dec 10, 2024

This will allow to create a team using the following:

resource "terrakube_team" "team" {
  name              = "TERRAKUBE_SUPER_ADMIN"
  organization_id   = data.terrakube_organization.org.id
  manage_state      = false
  manage_workspace  = false
  manage_module     = false
  manage_provider   = true
  manage_vcs        = true
  manage_template   = true
  manage_job        = true
  manage_collection = true
}

@alfespa17 alfespa17 merged commit 05331f3 into main Dec 10, 2024
14 checks passed
@alfespa17 alfespa17 deleted the feat/new-permissions branch December 10, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant