File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ module "secrets_manager_private_certificate" {
5050# Minimal VPC for illustration purpose: 1 subnet across 1 availability zone
5151module "basic_vpc" {
5252 source = " terraform-ibm-modules/landing-zone-vpc/ibm"
53- version = " 7.22.13 "
53+ version = " 7.22.14 "
5454 resource_group_id = module. resource_group . resource_group_id
5555 region = var. region
5656 name = " vpc"
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ module "secrets_manager_private_certificate" {
9191# Minimal VPC for illustration purpose: 2 subnets across 2 availability zones
9292module "basic_vpc" {
9393 source = " terraform-ibm-modules/landing-zone-vpc/ibm"
94- version = " 7.22.13 "
94+ version = " 7.22.14 "
9595 resource_group_id = module. resource_group . resource_group_id
9696 region = var. region
9797 name = " vpc"
You can’t perform that action at this time.
0 commit comments