Hi Team,
I have created one organization and when i selected that organization , and go to the teams option, I am not getting option to create new team.
Same here. I use Terraform Cloud free version, I assumed the option was not allowed in Free version, so I check the documentation on Managing Teams:
Create teams
To create a new team, perform the following steps:
- Sign in to HCP Terraform or Terraform Enterprise and navigate to the organization where you want to create a team.
- Choose Settings from the sidebar, then Teams.
- Click Create a team.
- Enter a unique team Name and click Create Team. Team names can include numbers, letters, underscores (
_
), and hyphens (-
).The new team’s settings page appears, where you can add new members and grant permissions.
This however doesn’t mention about the distinction of free and paid version. I’m quite confused.
Replicate:
- Use Terraform Cloud free version, create Organization
- Head over Organization Settings > Teams
- Immediately got redirect to Team
team:owner
- Try access
/app/<org>/settings/teams
, got redirect to Teamteam:owner
again. - F12 and check request, most of requests to
team
got 304 Not Modifed (tbh I don’t know what this mean)
I want to assess team-assignment and RBAC, maybe I will try Terraform PAYG