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
| <aname="input_oauth_token_id"></a> [oauth\_token\_id](#input\_oauth\_token\_id)| (Optional) The token ID of the VCS connection to use |`string`|`""`| no |
152
154
| <aname="input_organization"></a> [organization](#input\_organization)| (Required) Name of the organization |`string`| n/a | yes |
155
+
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| (Optional) ID of the project where the workspace should be created |`string`|`""`| no |
153
156
| <aname="input_queue_all_runs"></a> [queue\_all\_runs](#input\_queue\_all\_runs)| (Optional) Whether the workspace should start automatically performing runs immediately after its creation |`bool`|`true`| no |
154
157
| <aname="input_remote_state_consumer_ids"></a> [remote\_state\_consumer\_ids](#input\_remote\_state\_consumer\_ids)| (Optional) The set of workspace IDs set as explicit remote state consumers for the given workspace |`list(string)`|`[]`| no |
155
158
| <aname="input_run_triggers"></a> [run\_triggers](#input\_run\_triggers)| List of source workspaces IDs that trigger runs in this workspace |`list(string)`|`[]`| no |
@@ -164,7 +167,7 @@ No modules.
164
167
| <aname="input_terraform_version"></a> [terraform\_version](#input\_terraform\_version)| (Required) The version of Terraform to use for this workspace |`string`| n/a | yes |
165
168
| <aname="input_trigger_patterns"></a> [trigger\_patterns](#input\_trigger\_patterns)| (Optional) List of glob patterns that describe the files Terraform Cloud monitors for changes. Trigger patterns are always appended to the root directory of the repository. Mutually exclusive with trigger-prefixes. Only available for Terraform Cloud |`list(string)`|`null`| no |
166
169
| <aname="input_trigger_prefixes"></a> [trigger\_prefixes](#input\_trigger\_prefixes)| (Optional) List of repository-root-relative paths which describe all locations to be tracked for changes |`list(string)`|`null`| no |
167
-
| <aname="input_variable_set_ids"></a> [variable\_set\_ids](#input\_variable\_set\_ids)| List of variable set ids applied to this workspace |`list(string)`|`[]`| no |
170
+
| <aname="input_variable_set_ids"></a> [variable\_set\_ids](#input\_variable\_set\_ids)|(Optional) List of variable set ids applied to this workspace |`list(string)`|`[]`| no |
168
171
| <aname="input_variables_descriptions"></a> [variables\_descriptions](#input\_variables\_descriptions)| (Optional) Map of descriptions applied to workspace variables<br><br> Item syntax:<br> {<br> variable1\_name = "description"<br> variable2\_name = "description"<br> ...<br> } |`map(string)`|`{}`| no |
169
172
| <aname="input_vcs_repository_branch"></a> [vcs\_repository\_branch](#input\_vcs\_repository\_branch)| (Optional) The repository branch that Terraform will execute from |`string`|`""`| no |
170
173
| <aname="input_vcs_repository_identifier"></a> [vcs\_repository\_identifier](#input\_vcs\_repository\_identifier)| (Optional) A reference to your VCS repository in the format <organization>/<repository> where <organization> and <repository> refer to the organization and repository in your VCS provider. The format for Azure DevOps is //\_git/ |`string`|`""`| no |
0 commit comments