We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4156bc commit 1b56c3fCopy full SHA for 1b56c3f
examples/landing_zone/main.tf
@@ -17,7 +17,7 @@ module "resource_group" {
17
module "cos_bucket" {
18
count = var.enable_vpc_flow_logs ? 1 : 0
19
source = "terraform-ibm-modules/cos/ibm"
20
- version = "8.15.10"
+ version = "8.15.13"
21
resource_group_id = module.resource_group.resource_group_id
22
region = var.region
23
cross_region_location = null
0 commit comments