Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/secrets-manager-pri…
Browse files Browse the repository at this point in the history
…vate-cert-engine/ibm to v1.3.3
  • Loading branch information
terraform-ibm-modules-ops committed Sep 21, 2024
1 parent 14f7422 commit 82c2928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ha-complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module "private_secret_engine" {
depends_on = [module.secrets_manager]
count = var.existing_sm_instance_guid == null ? 1 : 0
source = "terraform-ibm-modules/secrets-manager-private-cert-engine/ibm"
version = "1.3.2"
version = "1.3.3"
secrets_manager_guid = local.sm_guid
region = local.sm_region
root_ca_name = var.root_ca_name
Expand Down
2 changes: 1 addition & 1 deletion extensions/landing-zone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "private_secret_engine" {
depends_on = [ibm_resource_instance.secrets_manager]
count = var.existing_sm_instance_guid == null ? 1 : 0
source = "terraform-ibm-modules/secrets-manager-private-cert-engine/ibm"
version = "1.3.2"
version = "1.3.3"
secrets_manager_guid = local.sm_guid
region = local.sm_region
root_ca_name = var.root_ca_name
Expand Down

0 comments on commit 82c2928

Please sign in to comment.