Skip to content

Instantly share code, notes, and snippets.

@ShubhanjanMedhi-dev
Last active May 7, 2024 05:42
Show Gist options
  • Save ShubhanjanMedhi-dev/2715167969859e94cfaf1e31e7893c4a to your computer and use it in GitHub Desktop.
Save ShubhanjanMedhi-dev/2715167969859e94cfaf1e31e7893c4a to your computer and use it in GitHub Desktop.
resource "squadcast_team_member" "example_team_member" {
team_id = data.squadcast_team.example_team.id
user_id = data.squadcast_user.example_user.id
role = “owner” # “member”, “stakeholder”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment