Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/cos/ibm to v8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Aug 17, 2024
1 parent 5db1188 commit 76a1a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/landing_zone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "resource_group" {
module "cos_bucket" {
count = var.enable_vpc_flow_logs ? 1 : 0
source = "terraform-ibm-modules/cos/ibm"
version = "8.10.1"
version = "8.10.2"
resource_group_id = module.resource_group.resource_group_id
region = var.region
cross_region_location = null
Expand Down

0 comments on commit 76a1a03

Please sign in to comment.