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.20.0
  • Loading branch information
terraform-ibm-modules-ops committed Jan 10, 2025
1 parent ca7b39e commit 44eddd2
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.20.0"
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 44eddd2

Please sign in to comment.