Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/secrets-manager-s…
Browse files Browse the repository at this point in the history
…ecret-group/ibm to v1.2.0 (#30)
  • Loading branch information
terraform-ibm-modules-ops authored Apr 13, 2024
1 parent 02be86a commit c2bd95c
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 @@ -63,7 +63,7 @@ module "secrets_manager_public_cert_engine" {
module "secrets_manager_group" {
count = var.existing_cert_secret_id == null ? 1 : 0
source = "terraform-ibm-modules/secrets-manager-secret-group/ibm"
version = "1.1.4"
version = "1.2.0"
region = local.sm_region
secrets_manager_guid = local.sm_guid
secret_group_name = "${var.prefix}-certificates-secret-group"
Expand Down

0 comments on commit c2bd95c

Please sign in to comment.