This repository was archived by the owner on May 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ You need the following permissions to run this module.
127127
128128| Name | Source | Version |
129129| ------| --------| ---------|
130- | <a name =" module_observability_agents " ></a > [ observability\_ agents] ( #module\_ observability\_ agents ) | terraform-ibm-modules/observability-agents/ibm | 1.28.6 |
130+ | <a name =" module_observability_agents " ></a > [ observability\_ agents] ( #module\_ observability\_ agents ) | terraform-ibm-modules/observability-agents/ibm | 1.28.7 |
131131| <a name =" module_ocp_base " ></a > [ ocp\_ base] ( #module\_ ocp\_ base ) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.29.2 |
132132
133133### Resources
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ module "ocp_base" {
6262module "observability_agents" {
6363 count = var. log_analysis_enabled == true || var. cloud_monitoring_enabled == true ? 1 : 0
6464 source = " terraform-ibm-modules/observability-agents/ibm"
65- version = " 1.28.6 "
65+ version = " 1.28.7 "
6666 cluster_id = module. ocp_base . cluster_id
6767 cluster_resource_group_id = var. resource_group_id
6868 cluster_config_endpoint_type = var. cluster_config_endpoint_type
You can’t perform that action at this time.
0 commit comments