File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 285285 security_groups :
286286 - ((terraform_outputs.bosh_security_group))
287287 - ((terraform_outputs.production_monitoring_security_group))
288+ - type : replace
289+ path : /networks/-
290+ value :
291+ name : workshop-monitoring
292+ type : dynamic
293+ subnets :
294+ - range : ((terraform_outputs.workshop_monitoring_subnet_cidr))
295+ gateway : ((terraform_outputs.workshop_monitoring_subnet_gateway))
296+ reserved :
297+ - ((terraform_outputs.workshop_monitoring_subnet_reserved))
298+ az : z1
299+ dns : [((terraform_outputs.vpc_cidr_dns))]
300+ cloud_properties :
301+ subnet : ((terraform_outputs.workshop_monitoring_subnet))
302+ security_groups :
303+ - ((terraform_outputs.bosh_security_group))
304+ - ((terraform_outputs.workshop_monitoring_security_group))
305+ - type : replace
306+ path : /networks/-
307+ value :
308+ name : pages-monitoring
309+ type : dynamic
310+ subnets :
311+ - range : ((terraform_outputs.pages_monitoring_subnet_cidr))
312+ gateway : ((terraform_outputs.pages_monitoring_subnet_gateway))
313+ reserved :
314+ - ((terraform_outputs.pages_monitoring_subnet_reserved))
315+ az : z1
316+ dns : [((terraform_outputs.vpc_cidr_dns))]
317+ cloud_properties :
318+ subnet : ((terraform_outputs.pages_monitoring_subnet))
319+ security_groups :
320+ - ((terraform_outputs.bosh_security_group))
321+ - ((terraform_outputs.pages_monitoring_security_group))
288322- type : replace
289323 path : /networks/-
290324 value :
436470 cloud_properties :
437471 lb_target_groups :
438472 - ((terraform_outputs.production_monitoring_lb_target_group))
473+ - type : replace
474+ path : /vm_extensions/-
475+ value :
476+ name : workshop-prometheus-lb
477+ cloud_properties :
478+ lb_target_groups :
479+ - ((terraform_outputs.workshop_monitoring_lb_target_group))
480+ - type : replace
481+ path : /vm_extensions/-
482+ value :
483+ name : pages-prometheus-lb
484+ cloud_properties :
485+ lb_target_groups :
486+ - ((terraform_outputs.pages_monitoring_lb_target_group))
439487- type : replace
440488 path : /vm_extensions/-
441489 value :
You can’t perform that action at this time.
0 commit comments