Skip to content

Commit

Permalink
Add an example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan McCall committed Mar 5, 2018
1 parent 3d081ea commit d193655
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mutate-config.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Separates two instance configurations from one module into two separate modules

module.prometheus.aws_ebs_volume.prometheus_cloudwatch: module.prometheus_cloudwatch.aws_ebs_volume.prometheus
module.prometheus.aws_ebs_volume.prometheus_kubernetes: module.prometheus_kubernetes.aws_ebs_volume.prometheus
module.prometheus.aws_elb.prometheus_cloudwatch: module.prometheus_cloudwatch.aws_elb.prometheus
module.prometheus.aws_elb.prometheus_kubernetes: module.prometheus_kubernetes.aws_elb.prometheus
module.prometheus.aws_instance.prometheus_cloudwatch: module.prometheus_cloudwatch.aws_instance.prometheus
module.prometheus.aws_instance.prometheus_kubernetes: module.prometheus_kubernetes.aws_instance.prometheus
module.prometheus.aws_route53_record.prometheus_cloudwatch: module.prometheus_cloudwatch.aws_route53_record.prometheus
module.prometheus.aws_route53_record.prometheus_kubernetes: module.prometheus_kubernetes.aws_route53_record.prometheus

0 comments on commit d193655

Please sign in to comment.