This repository was archived by the owner on May 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/end-to-end-example Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ You need the following permissions to run this module.
164164
165165| Name | Source | Version |
166166| ------| --------| ---------|
167- | <a name =" module_observability_agents " ></a > [ observability\_ agents] ( #module\_ observability\_ agents ) | terraform-ibm-modules/observability-agents/ibm | 1.29.0 |
167+ | <a name =" module_observability_agents " ></a > [ observability\_ agents] ( #module\_ observability\_ agents ) | terraform-ibm-modules/observability-agents/ibm | 1.29.1 |
168168| <a name =" module_ocp_base " ></a > [ ocp\_ base] ( #module\_ ocp\_ base ) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.30.1 |
169169
170170### Resources
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ module "vpc" {
154154
155155module "observability_instances" {
156156 source = " terraform-ibm-modules/observability-instances/ibm"
157- version = " 2.18.0 "
157+ version = " 2.18.1 "
158158 providers = {
159159 logdna.at = logdna.at
160160 logdna.ld = logdna.ld
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ module "ocp_base" {
6464module "observability_agents" {
6565 count = var. log_analysis_enabled == true || var. cloud_monitoring_enabled == true ? 1 : 0
6666 source = " terraform-ibm-modules/observability-agents/ibm"
67- version = " 1.29.0 "
67+ version = " 1.29.1 "
6868 cluster_id = module. ocp_base . cluster_id
6969 cluster_resource_group_id = var. resource_group_id
7070 cluster_config_endpoint_type = var. cluster_config_endpoint_type
You can’t perform that action at this time.
0 commit comments