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 workspace access resource #97

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Conversation

alfespa17
Copy link
Member

@alfespa17 alfespa17 commented Jan 21, 2025

Adding support to use the following:

resource "terrakube_workspace_access" "access" {
  organization_id  = "d9b58bd3-f3fc-4056-a026-1163297e80a8"
  workspace_id     = "5ed411ca-7ab8-4d2f-b591-02d0d5788afc"
  name             = "[email protected]"
  manage_state     = true
  manage_job       = true
  manage_workspace = true
}

Related to the following feature for version 2.25.0

AzBuilder/terrakube#1676

@alfespa17 alfespa17 merged commit 2934771 into main Jan 21, 2025
14 checks passed
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