Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/cos/ibm to v8.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Oct 25, 2024
1 parent 93ea730 commit d5f92cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi-resource-rule/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "cbr_zone_vpc" {

module "cos_instance_and_bucket" {
source = "terraform-ibm-modules/cos/ibm"
version = "8.13.2"
version = "8.13.5"
resource_group_id = module.resource_group.resource_group_id
region = var.region
create_cos_instance = true
Expand Down

0 comments on commit d5f92cb

Please sign in to comment.