Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/cos/ibm to v8 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Apr 13, 2024
1 parent 64299ee commit 31d570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/banking/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "resource_group" {
# create COS instance for WatsonX.AI project
module "cos" {
source = "terraform-ibm-modules/cos/ibm//modules/fscloud"
version = "7.5.3"
version = "8.1.7"
resource_group_id = module.resource_group.resource_group_id
cos_instance_name = "${var.prefix}-rag-sample-app-cos"
cos_plan = "standard"
Expand Down

0 comments on commit 31d570e

Please sign in to comment.