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.19.9
  • Loading branch information
terraform-ibm-modules-ops committed Dec 28, 2024
1 parent ca7b39e commit 13acab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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.19.6"
version = "1.19.9"
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 13acab3

Please sign in to comment.