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 @@ -45,7 +45,7 @@ module "existing_bastion_sg_update" {
4545module "bastion_vsi" {
4646 count = var. bastion_instance_name != null ? 0 : 1
4747 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
48- version = " 4.5.0 "
48+ version = " 5.1.3 "
4949 vsi_per_subnet = 1
5050 create_security_group = false
5151 security_group = null
Original file line number Diff line number Diff line change 44
55module "dedicated_host" {
66 source = " terraform-ibm-modules/dedicated-host/ibm"
7- version = " 1.1 .0"
7+ version = " 2.0 .0"
88 dedicated_hosts = [
99 {
1010 host_group_name = " ${ var . prefix } -dhgroup"
Original file line number Diff line number Diff line change 11module "landing_zone" {
22 count = var. enable_landing_zone ? 1 : 0
33 source = " terraform-ibm-modules/landing-zone/ibm"
4- version = " 6.6.3 "
4+ version = " 7.4.4 "
55 prefix = local. prefix
66 region = local. region
77 tags = local. tags
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ module "nfs_storage_sg" {
5757module "management_vsi" {
5858 count = 1
5959 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
60- version = " 4.5.0 "
60+ version = " 5.1.3 "
6161 vsi_per_subnet = 1
6262 create_security_group = false
6363 security_group = null
@@ -80,7 +80,7 @@ module "management_vsi" {
8080module "management_candidate_vsi" {
8181 count = var. management_node_count - 1
8282 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
83- version = " 4.5.0 "
83+ version = " 5.1.3 "
8484 create_security_group = false
8585 security_group = null
8686 security_group_ids = module. compute_sg [* ]. security_group_id
@@ -103,7 +103,7 @@ module "management_candidate_vsi" {
103103module "worker_vsi" {
104104 count = length (local. flattened_worker_nodes )
105105 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
106- version = " 4.5.0 "
106+ version = " 5.1.3 "
107107 vsi_per_subnet = 1
108108 create_security_group = false
109109 security_group = null
@@ -129,7 +129,7 @@ module "worker_vsi" {
129129module "login_vsi" {
130130 # count = 1
131131 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
132- version = " 4.5.0 "
132+ version = " 5.1.3 "
133133 vsi_per_subnet = 1
134134 create_security_group = false
135135 security_group = null
@@ -153,7 +153,7 @@ module "login_vsi" {
153153module "ldap_vsi" {
154154 count = local. ldap_enable
155155 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
156- version = " 4.5.0 "
156+ version = " 5.1.3 "
157157 vsi_per_subnet = 1
158158 create_security_group = false
159159 security_group = null
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module "event_notification" {
2929
3030module "create_scc_instance" {
3131 source = " terraform-ibm-modules/scc/ibm"
32- version = " 1.8.36 "
32+ version = " 2.1.10 "
3333 instance_name = " ${ var . prefix } -scc-instance"
3434 plan = var. scc_plan
3535 region = local. scc_region
@@ -49,7 +49,7 @@ module "create_scc_instance" {
4949module "create_profile_attachment" {
5050 count = var. scc_profile == null || var. scc_profile == " " ? 0 : 1
5151 source = " terraform-ibm-modules/scc/ibm//modules/attachment"
52- version = " 1.8.36 "
52+ version = " 2.1.10 "
5353 profile_name = var. scc_profile
5454 scc_instance_id = module. create_scc_instance . guid
5555 attachment_name = " ${ var . prefix } -scc-attachment"
Original file line number Diff line number Diff line change 11module "landing_zone" {
22 source = " terraform-ibm-modules/landing-zone/ibm"
3- version = " 6.6.3 "
3+ version = " 7.4.4 "
44 prefix = local. prefix
55 region = local. region
66 tags = local. tags
@@ -75,7 +75,7 @@ data "local_file" "encoded_compute_content" {
7575
7676module "packer_vsi" {
7777 source = " terraform-ibm-modules/landing-zone-vsi/ibm"
78- version = " 4.5.0 "
78+ version = " 5.1.3 "
7979 vsi_per_subnet = 1
8080 image_id = local. packer_image_id
8181 machine_type = local. packer_machine_type
You can’t perform that action at this time.
0 commit comments