diff options
Diffstat (limited to 'terraform-ci-infra/1n_nmd/main.tf')
-rw-r--r-- | terraform-ci-infra/1n_nmd/main.tf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/terraform-ci-infra/1n_nmd/main.tf b/terraform-ci-infra/1n_nmd/main.tf index fdf3801a35..985f9ae7c6 100644 --- a/terraform-ci-infra/1n_nmd/main.tf +++ b/terraform-ci-infra/1n_nmd/main.tf @@ -32,32 +32,6 @@ module "alertmanager" { alertmanager_slack_channel = "fdio-infra-monitoring" } -module "exporter" { - source = "./exporter" - providers = { - nomad = nomad.yul1 - } - - # nomad - nomad_datacenters = [ "yul1" ] - - # exporter - exporter_job_name = "prod-exporter" - exporter_use_canary = false - - # node - node_version = "1.0.1" - node_port = 9100 - - # blackbox - blackbox_version = "0.18.0" - blackbox_port = 9115 - - # cadvisor - cadvisor_image = "gcr.io/cadvisor/cadvisor:latest" - cadvisor_port = 8080 -} - module "grafana" { source = "./grafana" providers = { |