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
|[ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/iam_auth_token)| data source |
139
137
140
138
### Inputs
@@ -147,8 +145,9 @@ statement instead the previous block.
147
145
| <aname="input_project_description"></a> [project\_description](#input\_project\_description)| Description of the watson project to create. |`string`|`"Watson Project created via watsonx-ai SaaS DA"`| no |
148
146
| <aname="input_project_name"></a> [project\_name](#input\_project\_name)| Name of the watson project to create. |`string`|`"demo"`| no |
149
147
| <aname="input_project_tags"></a> [project\_tags](#input\_project\_tags)| Tags to attach to the watson project to create. |`list(string)`| <pre>[<br> "watsonx-ai-SaaS"<br>]</pre> | no |
150
-
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)|Name of the IBM Cloud resource group in which resources should be created|`string`|`null`|no|
148
+
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)|The name of a new or an existing resource group in which to provision resources to.|`string`|n/a|yes|
151
149
| <aname="input_resource_prefix"></a> [resource\_prefix](#input\_resource\_prefix)| Name to be used on all Watson resource as prefix |`string`|`"watsonx-poc"`| no |
150
+
| <aname="input_use_existing_resource_group"></a> [use\_existing\_resource\_group](#input\_use\_existing\_resource\_group)| Whether to use an existing resource group. |`bool`|`false`| no |
152
151
| <aname="input_watson_assistant_plan"></a> [watson\_assistant\_plan](#input\_watson\_assistant\_plan)| Resource plan used to provision the watsonx Assistance instance. |`string`|`"do not install"`| no |
153
152
| <aname="input_watson_discovery_plan"></a> [watson\_discovery\_plan](#input\_watson\_discovery\_plan)| Resource plan used to provision the Watson Discovery instance. |`string`|`"do not install"`| no |
154
153
| <aname="input_watson_governance_plan"></a> [watson\_governance\_plan](#input\_watson\_governance\_plan)| Resource plan used to provision the watsonx Governance instance. |`string`|`"do not install"`| no |
@@ -161,6 +160,7 @@ statement instead the previous block.
161
160
|------|-------------|
162
161
| <aname="output_project_id"></a> [project\_id](#output\_project\_id)| ID of the created project |
163
162
| <aname="output_project_url"></a> [project\_url](#output\_project\_url)| URL of the created project |
163
+
| <aname="output_resource_group_id"></a> [resource\_group\_id](#output\_resource\_group\_id)| ID of the resource group used to provision the resources |
164
164
| <aname="output_watson_governance_crn"></a> [watson\_governance\_crn](#output\_watson\_governance\_crn)| CRN of the Watson Governance instance |
165
165
| <aname="output_watson_governance_dashboard_url"></a> [watson\_governance\_dashboard\_url](#output\_watson\_governance\_dashboard\_url)| Dashboard URL of the Watson Governance instance |
166
166
| <aname="output_watson_governance_guid"></a> [watson\_governance\_guid](#output\_watson\_governance\_guid)| GUID of the Watson Governance instance |
0 commit comments