diff --git a/examples/complete/main.tf b/examples/complete/main.tf index cde5883d..26cd1359 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -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.