File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -897,15 +897,15 @@ statement instead the previous block.
897897
898898| Name | Source | Version |
899899| ------| --------| ---------|
900- | <a name =" module_bastion_host " ></a > [ bastion\_ host] ( #module\_ bastion\_ host ) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.5 .0 |
900+ | <a name =" module_bastion_host " ></a > [ bastion\_ host] ( #module\_ bastion\_ host ) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.6 .0 |
901901| <a name =" module_dynamic_values " ></a > [ dynamic\_ values] ( #module\_ dynamic\_ values ) | ./dynamic_values | n/a |
902- | <a name =" module_f5_vsi " ></a > [ f5\_ vsi] ( #module\_ f5\_ vsi ) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.5 .0 |
902+ | <a name =" module_f5_vsi " ></a > [ f5\_ vsi] ( #module\_ f5\_ vsi ) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.6 .0 |
903903| <a name =" module_key_management " ></a > [ key\_ management] ( #module\_ key\_ management ) | ./kms | n/a |
904904| <a name =" module_placement_group_map " ></a > [ placement\_ group\_ map] ( #module\_ placement\_ group\_ map ) | ./dynamic_values/config_modules/list_to_map | n/a |
905905| <a name =" module_ssh_keys " ></a > [ ssh\_ keys] ( #module\_ ssh\_ keys ) | ./ssh_key | n/a |
906906| <a name =" module_teleport_config " ></a > [ teleport\_ config] ( #module\_ teleport\_ config ) | ./teleport_config | n/a |
907- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.4.1 |
908- | <a name =" module_vsi " ></a > [ vsi] ( #module\_ vsi ) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.5 .0 |
907+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.4.2 |
908+ | <a name =" module_vsi " ></a > [ vsi] ( #module\_ vsi ) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.6 .0 |
909909
910910### Resources
911911
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module "teleport_config" {
4242
4343module "bastion_host" {
4444 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
45- version = " 2.5 .0"
45+ version = " 2.6 .0"
4646 for_each = local. bastion_vsi_map
4747 resource_group_id = each. value . resource_group == null ? null : local. resource_groups [each . value . resource_group ]
4848 create_security_group = each. value . security_group == null ? false : true
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ locals {
117117
118118module "f5_vsi" {
119119 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
120- version = " 2.5 .0"
120+ version = " 2.6 .0"
121121 for_each = local. f5_vsi_map
122122 resource_group_id = each. value . resource_group == null ? null : local. resource_groups [each . value . resource_group ]
123123 create_security_group = each. value . security_group == null ? false : true
Original file line number Diff line number Diff line change 88
99module "vpc" {
1010 source = " terraform-ibm-modules/landing-zone-vpc/ibm"
11- version = " 7.4.1 "
11+ version = " 7.4.2 "
1212 for_each = local. vpc_map
1313 name = each. value . prefix
1414 tags = var. tags
Original file line number Diff line number Diff line change 14271427 "bastion_host" : {
14281428 "name" : " bastion_host" ,
14291429 "source" : " terraform-ibm-modules/landing-zone-vsi/ibm" ,
1430- "version" : " 2.5 .0" ,
1430+ "version" : " 2.6 .0" ,
14311431 "attributes" : {
14321432 "prefix" : " prefix"
14331433 },
20042004 "f5_vsi" : {
20052005 "name" : " f5_vsi" ,
20062006 "source" : " terraform-ibm-modules/landing-zone-vsi/ibm" ,
2007- "version" : " 2.5 .0" ,
2007+ "version" : " 2.6 .0" ,
20082008 "attributes" : {
20092009 "prefix" : " prefix"
20102010 },
25762576 "vpc" : {
25772577 "name" : " vpc" ,
25782578 "source" : " terraform-ibm-modules/landing-zone-vpc/ibm" ,
2579- "version" : " 7.4.1 " ,
2579+ "version" : " 7.4.2 " ,
25802580 "attributes" : {
25812581 "ibmcloud_api_key" : " ibmcloud_api_key" ,
25822582 "network_cidrs" : " network_cidr" ,
29302930 "vsi" : {
29312931 "name" : " vsi" ,
29322932 "source" : " terraform-ibm-modules/landing-zone-vsi/ibm" ,
2933- "version" : " 2.5 .0" ,
2933+ "version" : " 2.6 .0" ,
29342934 "attributes" : {
29352935 "prefix" : " prefix" ,
29362936 "tags" : " tags"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ data "ibm_is_image" "image" {
4141
4242module "vsi" {
4343 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
44- version = " 2.5 .0"
44+ version = " 2.6 .0"
4545 for_each = local. vsi_map
4646 resource_group_id = each. value . resource_group == null ? null : local. resource_groups [each . value . resource_group ]
4747 create_security_group = each. value . security_group == null ? false : true
You can’t perform that action at this time.
0 commit comments