Skip to content

Commit 485e037

Browse files
chore(deps): update terraform terraform-ibm-modules/cos/ibm to v10.2.19 (#277)
1 parent 28f7b70 commit 485e037

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

0 commit comments

Comments
 (0)