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.17.8 (#707)
  • Loading branch information
terraform-ibm-modules-ops authored Aug 31, 2024
1 parent c11b537 commit 3390b1d
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.17.7"
version = "1.17.8"
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 3390b1d

Please sign in to comment.