File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.25.7 "
53+ version = " 7.25.8 "
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 @@ -26,7 +26,7 @@ module "resource_group" {
2626# Create a new SM instance if not using an existing one
2727module "secrets_manager" {
2828 source = " terraform-ibm-modules/secrets-manager/ibm"
29- version = " 2.6.6 "
29+ version = " 2.6.7 "
3030 count = var. existing_sm_instance_guid == null ? 1 : 0
3131 resource_group_id = module. resource_group . resource_group_id
3232 region = local. sm_region
@@ -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.25.7 "
94+ version = " 7.25.8 "
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