You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating an existing user, by adding a role, terraform gives an error:
squadcast_team_member.myuser: Modifying... [id=633b36ab5a2d05780fc8132c]
╷
│ Error: PATCH https://api.squadcast.com/v3/teams/633b36ba5a2d05780fc81332/members/633b36ab5a2d05780fc8132c?owner_id=633b36ba5a2d05780fc81332 returned an error:
│ [400] user is assigned to 1 squads. please remove from the squads
│
│ with squadcast_team_member.myuser,
│ on teams.tf line 13, in resource "squadcast_team_member" "myuser":
│ 13: resource "squadcast_team_member" "myuser" {
When updating an existing user, by adding a role, terraform gives an error:
Code before:
Code after:
The text was updated successfully, but these errors were encountered: