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.2.1 "
26
+ version = " 8.2.6 "
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"
@@ -97,7 +97,7 @@ resource "ibm_resource_instance" "cd_instance" {
97
97
# create watsonx.AI project
98
98
module "configure_project" {
99
99
watsonx_admin_api_key = var. watsonx_admin_api_key != null ? var. watsonx_admin_api_key : var. ibmcloud_api_key
100
- source = " github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//configure_project?ref=v0.5.6 "
100
+ source = " github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//configure_project?ref=v0.5.8 "
101
101
watsonx_project_name = " ${ var . prefix } -RAG-sample-project"
102
102
watsonx_project_description = " WatsonX AI project for RAG pattern sample app"
103
103
watsonx_project_tags = [" watsonx-ai-SaaS" , " RAG-sample-project" ]
You can’t perform that action at this time.
0 commit comments