File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module "cos" {
23
23
ibm = ibm.ibm_resources
24
24
}
25
25
source = " terraform-ibm-modules/cos/ibm//modules/fscloud"
26
- version = " 8.3.0 "
26
+ version = " 8.3.2 "
27
27
resource_group_id = module. resource_group . resource_group_id
28
28
cos_instance_name = " ${ var . prefix } -rag-sample-app-cos"
29
29
cos_plan = " standard"
@@ -100,7 +100,7 @@ resource "ibm_resource_instance" "cd_instance" {
100
100
# create watsonx.AI project
101
101
module "configure_project" {
102
102
watsonx_admin_api_key = var. watsonx_admin_api_key != null ? var. watsonx_admin_api_key : var. ibmcloud_api_key
103
- source = " github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//configure_project?ref=v1.0.6 "
103
+ source = " github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//configure_project?ref=v1.0.9 "
104
104
watsonx_project_name = " ${ var . prefix } -RAG-sample-project"
105
105
watsonx_project_description = " WatsonX AI project for RAG pattern sample app"
106
106
watsonx_project_tags = [" watsonx-ai-SaaS" , " RAG-sample-project" ]
You can’t perform that action at this time.
0 commit comments