Skip to content

Commit 3846128

Browse files
chore(deps): update terraform terraform-ibm-modules/cos/ibm to v8.11.7 (#152)
1 parent e689fe9 commit 3846128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "resource_group" {
1717
# Create COS instance
1818
module "cos_instance" {
1919
source = "terraform-ibm-modules/cos/ibm"
20-
version = "8.11.6"
20+
version = "8.11.7"
2121
cos_instance_name = "${var.prefix}-cos"
2222
kms_encryption_enabled = false
2323
retention_enabled = false

0 commit comments

Comments
 (0)