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

create group failed due to license limitation #32

Open
wilkejo opened this issue Dec 3, 2024 · 3 comments
Open

create group failed due to license limitation #32

wilkejo opened this issue Dec 3, 2024 · 3 comments

Comments

@wilkejo
Copy link

wilkejo commented Dec 3, 2024

Hey conduktor team,

I tried to create a simple group

resource "conduktor_group_v2" "example" {
  name = "team-a"
  spec {
    display_name    = "team-a"
    description     = "users belonging to group"
  }
}

and it failed

╷
│ Error: Client Error
│ 
│   with conduktor_group_v2.example,
│   on users.tf line 63, in resource "conduktor_group_v2" "example":
│   63: resource "conduktor_group_v2" "example" {
│ 
│ Unable to create group, got error: Group resource cannot be applied on free tier
╵

I can create groups without permissions and add users to them via UI.

Thanks

@Stu-conduktor
Copy link
Contributor

Hi @wilkejo , thanks for reporting, this is a limitation we are aware of, creating groups on the free tier is not working as expected.
Current workaround would be creating the group initially in the UI or using a paid license.

Do either of those workarounds suit what you are trying to do today?

@wilkejo
Copy link
Author

wilkejo commented Dec 4, 2024

I checked and managing the group membership in the UI works (as expected). I created a group initially but can't use it in terraform. Importing didn't work as the id was not found.

import {
  to = conduktor_group_v2.group_name
  id = "group-name"
}

The conclusion for me is, that it isn't working right now.

Regarding the paid license we are thinking about it.

@Stu-conduktor
Copy link
Contributor

Thank you for the additional information. I'll discuss internally and share back with you once I have more information.

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

No branches or pull requests

2 participants