Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/key-protect-all-i…
Browse files Browse the repository at this point in the history
…nclusive/ibm to v4.4.1 (#45)
  • Loading branch information
terraform-ibm-modules-ops authored Nov 11, 2023
1 parent 096fb91 commit c61eb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "resource_group" {

module "key_protect_all_inclusive" {
source = "terraform-ibm-modules/key-protect-all-inclusive/ibm"
version = "4.4.0"
version = "4.4.1"
resource_group_id = module.resource_group.resource_group_id
# Only us-south, eu-de backup encryption keys are supported. See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok for details.
# Note: Database instance and Key Protect must be created on the same region.
Expand Down

0 comments on commit c61eb36

Please sign in to comment.