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" {
237237 count = var. enable_java ? 1 : 0
238238
239239 pattern_config = coalesce (var. java_config , local. java_pattern_config )
240+ depends_on = [resource . helm_release . fluxcd ]
240241}
241242
242243module "nginx_monitoring" {
243244 source = " ./patterns/nginx"
244245 count = var. enable_nginx ? 1 : 0
245246
246247 pattern_config = local. nginx_pattern_config
248+ depends_on = [resource . helm_release . fluxcd ]
247249}
248250
249251module "istio_monitoring" {
250252 source = " ./patterns/istio"
251253 count = var. enable_istio ? 1 : 0
252254
253255 pattern_config = coalesce (var. istio_config , local. istio_pattern_config )
256+ depends_on = [resource . helm_release . fluxcd ]
254257}
255258
256259module "fluentbit_logs" {
You can’t perform that action at this time.
0 commit comments