Skip to content

Commit dfa1087

Browse files
chore(deps): update terraform terraform-ibm-modules/cos/ibm to v8.21.21 (#237)
1 parent a13ec88 commit dfa1087

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

0 commit comments

Comments
 (0)