Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/secrets-manager/ibm…
Browse files Browse the repository at this point in the history
… to v1.19.2 (#787)
  • Loading branch information
terraform-ibm-modules-ops authored Dec 1, 2024
1 parent ed61ff5 commit a71b4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "secrets_manager_service_credentials" {
count = length(local.service_credential_secrets) > 0 ? 1 : 0
depends_on = [time_sleep.wait_for_cos_authorization_policy]
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
version = "1.19.1"
version = "1.19.2"
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
existing_sm_instance_region = local.existing_secrets_manager_instance_region
endpoint_type = var.existing_secrets_manager_endpoint_type
Expand Down

0 comments on commit a71b4c9

Please sign in to comment.