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
@@ -124,13 +125,14 @@ You need the following permissions to run this module:
124
125
|[external_external.schematics](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external)| data source |
125
126
|[ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/container_cluster_config)| data source |
126
127
|[ibm_container_vpc_cluster.cluster_info](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/container_vpc_cluster)| data source |
128
+
|[ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/iam_auth_token)| data source |
127
129
128
130
### Inputs
129
131
130
132
| Name | Description | Type | Default | Required |
| <aname="input_cloud_pak_deployer_image"></a> [cloud\_pak\_deployer\_image](#input\_cloud\_pak\_deployer\_image)| Cloud Pak Deployer image location. If not defined, it will build the image via code engine |`string`|`null`| no |
133
-
| <aname="input_cloud_pak_deployer_release"></a> [cloud\_pak\_deployer\_release](#input\_cloud\_pak\_deployer\_release)| Release of Cloud Pak Deployer version to use. View releases at: https://github.com/IBM/cloud-pak-deployer/releases.|`string`|`"v3.1.2"`| no |
135
+
| <aname="input_cloud_pak_deployer_release"></a> [cloud\_pak\_deployer\_release](#input\_cloud\_pak\_deployer\_release)| Release of Cloud Pak Deployer version to use. View releases at: https://github.com/IBM/cloud-pak-deployer/releases.|`string`|`"v3.1.3"`| no |
134
136
| <aname="input_cloud_pak_deployer_secret"></a> [cloud\_pak\_deployer\_secret](#input\_cloud\_pak\_deployer\_secret)| Image pull secret for the cloud pak deployer image | <pre>object({<br/> username = string<br/> password = string<br/> server = string<br/> email = string<br/> })</pre> |`null`| no |
135
137
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of Red Hat OpenShift cluster to install watsonx onto |`string`| n/a | yes |
136
138
| <aname="input_code_engine_project_id"></a> [code\_engine\_project\_id](#input\_code\_engine\_project\_id)| If you want to use an existing project, you can pass the code engine project id and the cloud pak deployer build will be built within the existing project vs a new one being created. |`string`|`null`| no |
0 commit comments