File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ module "trusted_profile" {
248248module "observability_agents" {
249249 depends_on = [module . kube_audit ]
250250 source = " terraform-ibm-modules/observability-agents/ibm"
251- version = " 2.7.3 "
251+ version = " 2.8.0 "
252252 cluster_id = module. ocp_base . cluster_id
253253 cluster_resource_group_id = module. resource_group . resource_group_id
254254 # Cloud Logs agent
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ module "observability_instances" {
188188
189189module "observability_agents_1" {
190190 source = " terraform-ibm-modules/observability-agents/ibm"
191- version = " 2.7.3 "
191+ version = " 2.8.0 "
192192 providers = {
193193 helm = helm.helm_cluster_1
194194 }
@@ -201,7 +201,7 @@ module "observability_agents_1" {
201201
202202module "observability_agents_2" {
203203 source = " terraform-ibm-modules/observability-agents/ibm"
204- version = " 2.7.3 "
204+ version = " 2.8.0 "
205205 providers = {
206206 helm = helm.helm_cluster_2
207207 }
You can’t perform that action at this time.
0 commit comments