Skip to content

Commit 0cd4014

Browse files
chore(deps): update terraform terraform-ibm-modules/cos/ibm to v8.14.5
1 parent 8fa0d14 commit 0cd4014

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.14.2"
20+
version = "8.14.5"
2121
cos_instance_name = "${var.prefix}-cos"
2222
kms_encryption_enabled = false
2323
retention_enabled = false

0 commit comments

Comments
 (0)