Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/secrets-manager-p…
Browse files Browse the repository at this point in the history
…ublic-cert-engine/ibm to v1.0.2 (#125)

Co-authored-by: shemau <[email protected]>
  • Loading branch information
terraform-ibm-modules-ops and shemau authored Nov 27, 2024
1 parent f243af1 commit a953dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/apps/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "secrets_manager_public_cert_engine" {
depends_on = [ibm_resource_instance.secrets_manager]
count = var.existing_sm_instance_guid == null ? 1 : 0
source = "terraform-ibm-modules/secrets-manager-public-cert-engine/ibm"
version = "1.0.1"
version = "1.0.2"
providers = {
ibm = ibm.ibm-sm
ibm.secret-store = ibm.ibm-sm
Expand Down

0 comments on commit a953dd3

Please sign in to comment.