File tree 3 files changed +8
-8
lines changed
examples/private-only-example
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ You need the following permissions to run this module.
171
171
172
172
| Name | Source | Version |
173
173
| ------| --------| ---------|
174
- | <a name =" module_observability_agents " ></a > [ observability\_ agents] ( #module\_ observability\_ agents ) | terraform-ibm-modules/observability-agents/ibm | 2.3.3 |
175
- | <a name =" module_ocp_base " ></a > [ ocp\_ base] ( #module\_ ocp\_ base ) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.35.7 |
176
- | <a name =" module_trusted_profile " ></a > [ trusted\_ profile] ( #module\_ trusted\_ profile ) | terraform-ibm-modules/trusted-profile/ibm | 1.0.4 |
174
+ | <a name =" module_observability_agents " ></a > [ observability\_ agents] ( #module\_ observability\_ agents ) | terraform-ibm-modules/observability-agents/ibm | 2.3.6 |
175
+ | <a name =" module_ocp_base " ></a > [ ocp\_ base] ( #module\_ ocp\_ base ) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.36.0 |
176
+ | <a name =" module_trusted_profile " ></a > [ trusted\_ profile] ( #module\_ trusted\_ profile ) | terraform-ibm-modules/trusted-profile/ibm | 1.0.5 |
177
177
178
178
### Resources
179
179
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ module "cbr_zone_schematics" {
191
191
192
192
module "observability_instances" {
193
193
source = " terraform-ibm-modules/observability-instances/ibm"
194
- version = " 3.3.1 "
194
+ version = " 3.4.0 "
195
195
region = var. region
196
196
resource_group_id = module. resource_group . resource_group_id
197
197
cloud_logs_instance_name = " ${ var . prefix } -icl"
@@ -214,7 +214,7 @@ locals {
214
214
215
215
module "key_protect_all_inclusive" {
216
216
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
217
- version = " 4.17.1 "
217
+ version = " 4.19.2 "
218
218
resource_group_id = module. resource_group . resource_group_id
219
219
region = var. region
220
220
key_protect_instance_name = " ${ var . prefix } -kp"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ locals {
23
23
24
24
module "ocp_base" {
25
25
source = " terraform-ibm-modules/base-ocp-vpc/ibm"
26
- version = " 3.35.7 "
26
+ version = " 3.36.0 "
27
27
cluster_name = var. cluster_name
28
28
ocp_version = var. ocp_version
29
29
resource_group_id = var. resource_group_id
@@ -73,7 +73,7 @@ locals {
73
73
module "trusted_profile" {
74
74
count = (var. logs_agent_enabled && var. logs_agent_iam_mode == " TrustedProfile" && var. existing_trusted_profile_id == null ) ? 1 : 0
75
75
source = " terraform-ibm-modules/trusted-profile/ibm"
76
- version = " 1.0.4 "
76
+ version = " 1.0.5 "
77
77
trusted_profile_name = " ${ var . cluster_name } -trusted-profile"
78
78
trusted_profile_description = " Logs agent Trusted Profile"
79
79
# As a `Sender`, you can send logs to your IBM Cloud Logs service instance - but not query or tail logs. This role is meant to be used by agents and routers sending logs.
@@ -103,7 +103,7 @@ module "trusted_profile" {
103
103
module "observability_agents" {
104
104
count = var. logs_agent_enabled == true || var. cloud_monitoring_enabled == true ? 1 : 0
105
105
source = " terraform-ibm-modules/observability-agents/ibm"
106
- version = " 2.3.3 "
106
+ version = " 2.3.6 "
107
107
cluster_id = module. ocp_base . cluster_id
108
108
cluster_resource_group_id = var. resource_group_id
109
109
cluster_config_endpoint_type = var. cluster_config_endpoint_type
You can’t perform that action at this time.
0 commit comments