File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -237,20 +237,23 @@ module "java_monitoring" {
237
237
count = var. enable_java ? 1 : 0
238
238
239
239
pattern_config = coalesce (var. java_config , local. java_pattern_config )
240
+ depends_on = [resource . helm_release . fluxcd ]
240
241
}
241
242
242
243
module "nginx_monitoring" {
243
244
source = " ./patterns/nginx"
244
245
count = var. enable_nginx ? 1 : 0
245
246
246
247
pattern_config = local. nginx_pattern_config
248
+ depends_on = [resource . helm_release . fluxcd ]
247
249
}
248
250
249
251
module "istio_monitoring" {
250
252
source = " ./patterns/istio"
251
253
count = var. enable_istio ? 1 : 0
252
254
253
255
pattern_config = coalesce (var. istio_config , local. istio_pattern_config )
256
+ depends_on = [resource . helm_release . fluxcd ]
254
257
}
255
258
256
259
module "fluentbit_logs" {
You can’t perform that action at this time.
0 commit comments