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 0b6e9be commit 0b0b765Copy full SHA for 0b0b765
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.9.0"
+ version = "8.9.1"
21
resource_group_id = module.resource_group.resource_group_id
22
region = var.region
23
cross_region_location = null
0 commit comments