File tree 8 files changed +15
-15
lines changed
examples/create_vpc/modules/landing_zone_vpc
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
module "create_vpc" {
2
2
source = " terraform-ibm-modules/landing-zone-vpc/ibm"
3
- version = " 7.19.0 "
3
+ version = " 7.23.1 "
4
4
prefix = local. prefix
5
5
region = local. region
6
6
tags = local. tags
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module "existing_bastion_sg_update" {
45
45
module "bastion_vsi" {
46
46
count = var. bastion_instance_name != null ? 0 : 1
47
47
source = " terraform-ibm-modules/landing-zone-vsi/ibm"
48
- version = " 5.0.0 "
48
+ version = " 5.1.9 "
49
49
vsi_per_subnet = 1
50
50
create_security_group = false
51
51
security_group = null
Original file line number Diff line number Diff line change 10
10
11
11
module "db" {
12
12
source = " terraform-ibm-modules/icd-mysql/ibm"
13
- version = " 1.3.9 "
13
+ version = " 1.9.12 "
14
14
resource_group_id = var. resource_group_id
15
15
name = var. name
16
16
region = var. region
Original file line number Diff line number Diff line change 1
1
module "landing_zone" {
2
2
count = var. enable_landing_zone ? 1 : 0
3
3
source = " terraform-ibm-modules/landing-zone/ibm"
4
- version = " 7.4.3 "
4
+ version = " 7.4.4 "
5
5
prefix = local. prefix
6
6
region = local. region
7
7
tags = local. tags
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ module "nfs_storage_sg" {
57
57
module "management_vsi" {
58
58
count = 1
59
59
source = " terraform-ibm-modules/landing-zone-vsi/ibm"
60
- version = " 5.0.0 "
60
+ version = " 5.1.9 "
61
61
vsi_per_subnet = 1
62
62
create_security_group = false
63
63
security_group = null
@@ -80,7 +80,7 @@ module "management_vsi" {
80
80
module "management_candidate_vsi" {
81
81
count = var. management_node_count - 1
82
82
source = " terraform-ibm-modules/landing-zone-vsi/ibm"
83
- version = " 5.0.0 "
83
+ version = " 5.1.9 "
84
84
create_security_group = false
85
85
security_group = null
86
86
security_group_ids = module. compute_sg [* ]. security_group_id
@@ -103,7 +103,7 @@ module "management_candidate_vsi" {
103
103
module "worker_vsi" {
104
104
count = length (local. flattened_worker_nodes )
105
105
source = " terraform-ibm-modules/landing-zone-vsi/ibm"
106
- version = " 5.0.0 "
106
+ version = " 5.1.9 "
107
107
vsi_per_subnet = 1
108
108
create_security_group = false
109
109
security_group = null
@@ -129,7 +129,7 @@ module "worker_vsi" {
129
129
module "login_vsi" {
130
130
# count = 1
131
131
source = " terraform-ibm-modules/landing-zone-vsi/ibm"
132
- version = " 5.0.0 "
132
+ version = " 5.1.9 "
133
133
vsi_per_subnet = 1
134
134
create_security_group = false
135
135
security_group = null
@@ -153,7 +153,7 @@ module "login_vsi" {
153
153
module "ldap_vsi" {
154
154
count = local. ldap_enable
155
155
source = " terraform-ibm-modules/landing-zone-vsi/ibm"
156
- version = " 5.0.0 "
156
+ version = " 5.1.9 "
157
157
vsi_per_subnet = 1
158
158
create_security_group = false
159
159
security_group = null
Original file line number Diff line number Diff line change 7
7
module "observability_instance" {
8
8
# Replace "master" with a GIT release version to lock into a specific release
9
9
source = " terraform-ibm-modules/observability-instances/ibm"
10
- version = " 3.3 .1"
10
+ version = " 3.5 .1"
11
11
region = var. location
12
12
resource_group_id = var. rg
13
13
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ locals {
18
18
19
19
module "event_notification" {
20
20
source = " terraform-ibm-modules/event-notifications/ibm"
21
- version = " 1.10.22 "
21
+ version = " 1.19.20 "
22
22
resource_group_id = var. rg
23
23
name = " ${ var . prefix } -scc-event_notification"
24
24
plan = var. event_notification_plan
@@ -29,7 +29,7 @@ module "event_notification" {
29
29
30
30
module "create_scc_instance" {
31
31
source = " terraform-ibm-modules/scc/ibm"
32
- version = " 1.8.36 "
32
+ version = " 1.11.2 "
33
33
instance_name = " ${ var . prefix } -scc-instance"
34
34
plan = var. scc_plan
35
35
region = local. scc_region
@@ -49,7 +49,7 @@ module "create_scc_instance" {
49
49
module "create_profile_attachment" {
50
50
count = var. scc_profile == null || var. scc_profile == " " ? 0 : 1
51
51
source = " terraform-ibm-modules/scc/ibm//modules/attachment"
52
- version = " 1.8.36 "
52
+ version = " 1.11.2 "
53
53
profile_name = var. scc_profile
54
54
scc_instance_id = module. create_scc_instance . guid
55
55
attachment_name = " ${ var . prefix } -scc-attachment"
Original file line number Diff line number Diff line change 1
1
module "landing_zone" {
2
2
source = " terraform-ibm-modules/landing-zone/ibm"
3
- version = " 7.4.3 "
3
+ version = " 7.4.4 "
4
4
prefix = local. prefix
5
5
region = local. region
6
6
tags = local. tags
@@ -79,7 +79,7 @@ data "local_file" "encoded_compute_content" {
79
79
80
80
module "packer_vsi" {
81
81
source = " terraform-ibm-modules/landing-zone-vsi/ibm"
82
- version = " 5.0.0 "
82
+ version = " 5.1.9 "
83
83
vsi_per_subnet = 1
84
84
image_id = local. packer_image_id
85
85
machine_type = local. packer_machine_type
You can’t perform that action at this time.
0 commit comments