@@ -25,7 +25,7 @@ provider "nomad" {
2525DNS server which could be used to resolve nomad services into dns records
2626
2727 * [ Documentation] ( https://coredns.io/ )
28- * [ Terraform Example] ( examples /coredns.tf)
28+ * [ Terraform Example] ( _examples /coredns.tf)
2929 * [ Nomad Job] ( coredns/nomad/coredns.hcl )
3030
3131TODO:
3636grafana is a database server
3737
3838 * [ Documentation] ( https://grafana.com/docs/grafana/latest/ )
39- * [ Terraform Example] ( examples /grafana.tf)
39+ * [ Terraform Example] ( _examples /grafana.tf)
4040 * [ Nomad Job] ( grafana/nomad/grafana.hcl )
4141
4242TODO:
5050Time-series database, which can be placed on several nodes
5151
5252 * [ Documentation] ( https://docs.influxdata.com/influxdb/v2/ )
53- * [ Terraform Example] ( examples /influxdb.tf)
53+ * [ Terraform Example] ( _examples /influxdb.tf)
5454 * [ Nomad Job] ( influxdb/nomad/influxdb.hcl )
5555
5656TODO:
6161MQTT broker, which can be placed on several nodes
6262
6363 * [ Documentation] ( https://mosquitto.org/ )
64- * [ Terraform Example] ( examples /mosquitto.tf)
64+ * [ Terraform Example] ( _examples /mosquitto.tf)
6565 * [ Nomad Job] ( mosquitto/nomad/mosquitto.hcl )
6666
6767TODO:
7272Web server and reverse proxy, which can be placed on several nodes
7373
7474 * [ Documentation] ( https://nginx.org/en/ )
75- * [ Terraform Example] ( examples /nginx.tf)
75+ * [ Terraform Example] ( _examples /nginx.tf)
7676 * [ Nomad Job] ( nginx/nomad/nginx.hcl )
7777
7878TODO:
8585OpenLDAP server, which can be placed on several nodes
8686
8787 * [ Documentation] ( https://www.openldap.org/ )
88- * [ Terraform Example] ( examples /openldap.tf)
88+ * [ Terraform Example] ( _examples /openldap.tf)
8989 * [ Nomad Job] ( openldap/nomad/openldap.hcl )
9090
9191TODO:
9999PostgreSQL is a database server
100100
101101 * [ Documentation] ( https://www.postgresql.org/ )
102- * [ Terraform Example] ( examples /postgresql.tf)
102+ * [ Terraform Example] ( _examples /postgresql.tf)
103103 * [ Nomad Job] ( postgresql/nomad/postgresql.hcl )
104104
105105TODO:
@@ -110,7 +110,7 @@ TODO:
110110Cluster filesystem, which can be spread across multiple nodes.
111111
112112 * [ Documentation] ( https://github.com/seaweedfs/seaweedfs )
113- * [ Terraform Example] ( examples /seaweedfs.tf)
113+ * [ Terraform Example] ( _examples /seaweedfs.tf)
114114 * [ Nomad Job] ( seaweedfs/nomad/seaweedfs.hcl )
115115
116116TODO:
@@ -122,7 +122,7 @@ TODO:
122122Semaphore is a Ansible front-end
123123
124124 * [ Documentation] ( https://www.semui.co/ )
125- * [ Terraform Example] ( examples /semaphore.tf)
125+ * [ Terraform Example] ( _examples /semaphore.tf)
126126 * [ Nomad Job] ( semaphore/nomad/semaphore.hcl )
127127
128128TODO:
@@ -134,7 +134,7 @@ TODO:
134134Time-series metrics collector, which can be placed on several nodes
135135
136136 * [ Documentation] ( https://docs.influxdata.com/telegraf/v1/ )
137- * [ Terraform Example] ( examples /telegraf.tf)
137+ * [ Terraform Example] ( _examples /telegraf.tf)
138138 * [ Nomad Job] ( telegraf/nomad/telegraf.hcl )
139139
140140When setting up your configuration with inputs and outputs, each value needs
0 commit comments