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 364e447 commit 86a71dcCopy full SHA for 86a71dc
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.14.1"
+ version = "8.14.2"
21
resource_group_id = module.resource_group.resource_group_id
22
region = var.region
23
cross_region_location = null
0 commit comments