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
Merge pull request #22 from terraform-ibm-modules/dev
* feat: add inputs
* fix: remove problematic iam
* fix: image link
* fix: image link
* feat: more inputs
* feat: more wiring
* feat: add alm DA in stack
* feat: add watson
* feat: add RAG config da to stack
* feat: add RAG config da to stack
* feat: configure watsonx plans
* fix: add workaround for unique watson project name
* Use project name and config name pattern to deploy many
* chore: merge with master
* feat: bump RAG DA version
* fix: use prefix as registry namepsace for now
* fix: set context strategy
* docs: prefix
* feat: change rag app image name
* docs: add diagram
* docs: add diagram
* fix: mount app.properties as config map in code engine project
* fix: ensure unique names on repos
* feat: add watsonx_admin_api_key as optional input
* feat: add watsonx_admin_api_key as optional input
* feat: bump DA versions
* fix: use_existing_resource_group variable name change
* feat: ability to resume failed exec (beta)
* feat: ability to resume failed exec (beta)
* feat: bump RAG DA to v1.2.0
* feat: bump base DA to v1.3.0
* feat: stack now create resource group
* feat: add inputs to ibm_catalog.json
* docs: update readme
* feat: add inputs to ibm_catalog.json
* feat: bump secret manager da version. Add prefix
* feat: claim AI ICT Guardrails profile
* feat: Configure code engine to have a minumum of 1 instance to prevent slow load time of the deployed app
* feat: disable creating workload protection in scc da
* feat: bump scc da to v1.50
* feat: bump to rag da v1.3.0
* fix: point to devops resource group
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Click the "Add to project" button, and select create in new project.
11
11
## 2. Prereqs in target account
12
12
13
13
- Create an API key in the target account. Keep note of it. Give it admin privilege for now. Exact permissions will be narrowed down in future version.
14
-
- Create a resource group in the target account. This steps is temporary in current alpha version - resource groups will be created in the base account DA in future versions.
15
14
16
15
17
16
## 3. Set the input configuration for the stack
@@ -26,9 +25,9 @@ Click the "Add to project" button, and select create in new project.
26
25
```json
27
26
{
28
27
"inputs": {
29
-
"prefix": "<prefix for resources name>",
28
+
"prefix": "<prefix for resources name - ensure unique>",
30
29
"ibmcloud_api_key": "<API Key of the target account with sufficient permissions>",
31
-
"resource_group_name": "<target resource group - must be existing in account>",
30
+
"resource_group_name": "<target resource group - name of a new resource group that the stack will creates>",
32
31
"region": "<region where resources are deployed>",
0 commit comments