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.10 (#810)
  • Loading branch information
terraform-ibm-modules-ops authored Jan 4, 2025
1 parent edfc857 commit c4f45b7
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 @@ -69,7 +69,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.9"
version = "1.19.10"
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 c4f45b7

Please sign in to comment.