Skip to content

Commit

Permalink
chore(deps): update terraform github.com/terraform-ibm-modules/terraf…
Browse files Browse the repository at this point in the history
…orm-ibm-key-protect to v1.2.0 (#102)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
terraform-ibm-modules-ops and renovate-bot committed Dec 22, 2022
1 parent a72d2d6 commit f63ee1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "resource_group" {
##############################################################################

module "key_protect_module" {
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect.git?ref=v1.1.1"
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect.git?ref=v1.2.0"
key_protect_name = "${var.prefix}-key-protect"
resource_group_id = module.resource_group.resource_group_id
region = var.region
Expand Down

0 comments on commit f63ee1e

Please sign in to comment.