Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/secrets-manager/i…
Browse files Browse the repository at this point in the history
…bm to v1.15.2 (#275)
  • Loading branch information
terraform-ibm-modules-ops committed Jul 10, 2024
1 parent 0cb1cba commit e1d683c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ha-complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "resource_group" {
# Create a new SM instance if not using an existing one
module "secrets_manager" {
source = "terraform-ibm-modules/secrets-manager/ibm"
version = "1.15.1"
version = "1.15.2"
count = var.existing_sm_instance_guid == null ? 1 : 0
resource_group_id = module.resource_group.resource_group_id
region = local.sm_region
Expand Down

0 comments on commit e1d683c

Please sign in to comment.