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
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
description = "The value indicating the level of access (permission set) that the TF Cloud team being created should have in the workspace being created."
}
variable "team_name" {
type = string
description = "The name of the team to create. The team will have access to the workspace specified in `workspace_name` with the access level specified in `team_access_level`."
}
variable "workspace_name" {
type = string
description = "The name of the workspace to create."
}
variable "organization" {
type = string
description = "The name of the Terraform Cloud / Enterprise organization in which the workspace and other resources should be created."