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 80b92b1 commit 6f686beCopy full SHA for 6f686be
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.14"
+ version = "8.15.15"
21
resource_group_id = module.resource_group.resource_group_id
22
region = var.region
23
cross_region_location = null
0 commit comments