File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module "resource_group" {
1616
1717module "key_protect_all_inclusive" {
1818 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
19- version = " 4.13.2 "
19+ version = " 4.13.4 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 # Note: Database instance and Key Protect must be created in the same region when using BYOK
2222 # See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
@@ -158,7 +158,7 @@ resource "time_sleep" "wait_120_seconds" {
158158
159159module "vpe" {
160160 source = " terraform-ibm-modules/vpe-gateway/ibm"
161- version = " 4.1.3 "
161+ version = " 4.2.0 "
162162 prefix = " vpe-to-pg"
163163 cloud_service_by_crn = [
164164 {
You can’t perform that action at this time.
0 commit comments