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.20.0 (#366)
  • Loading branch information
terraform-ibm-modules-ops authored Jan 11, 2025
1 parent 7c9e67e commit ebd6969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ module "secrets_manager_service_credentials" {
count = length(local.service_credential_secrets) > 0 ? 1 : 0
depends_on = [time_sleep.wait_for_en_authorization_policy]
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
version = "1.19.10"
version = "1.20.0"
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 ebd6969

Please sign in to comment.