Skip to content

Commit

Permalink
fix(deps): update terraform-module
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Dec 14, 2024
1 parent 79defc7 commit cb67191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module "cos" {
ibm = ibm.deployer
}
source = "terraform-ibm-modules/cos/ibm//modules/fscloud"
version = "8.15.6"
version = "8.15.11"
resource_group_id = module.resource_group.resource_group_id
cos_instance_name = "${var.resource_prefix}-cos-instance"
cos_plan = var.cos_plan
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/kp-instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "resource_group" {

module "key_protect_module" {
source = "terraform-ibm-modules/key-protect/ibm"
version = "2.8.8"
version = "2.9.0"
key_protect_name = "${var.prefix}-kp"
resource_group_id = module.resource_group.resource_group_id
region = var.region
Expand Down

0 comments on commit cb67191

Please sign in to comment.