-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Project Team not updating #67
Comments
Also seeing the same thing for our use case. Would this just be adding this in resourceSentryProjectUpdate?
|
Running into the same problem on my side. The Slight iteration on @brandonweng-db team := d.Get("team").(string)
if team != "" {
params.Team = team
} |
facing same issue |
same issue |
It seems that the team name has been deprecated. Sentry just needs a unique slug, which is reflected in the web UI. I will look into this. |
I'm having this issue too. It would also be helpful to be able to add additional teams to a project using the project provider, like you can from the web UI, or conversely add projects to the teams resources, also like you can do in the Web UI. |
Any update on this? Thanks |
The problem comes from the way the API handles the addition of a team. Updating a team with the same call the provider does is deprecated.
As far as I understand, the new way of managing a team for a project is with those two calls.
I have a fix on the way but as @everops-billm mentioned it would be nice to support multiple teams |
Hello, when I run a plan to change the team for a project, i see the changes like this:
sentry_project.serviceA team: "teamA" => "teamB"
But when applying they don't affect Sentry (I cannot see the change on their side).
I have a guess that we are missing the team information on the code here:
terraform-provider-sentry/sentry/resource_sentry_project.go
Line 142 in b9d9128
The text was updated successfully, but these errors were encountered: