aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-nomad-prometheus/fdio/main.tf
blob: 054360c8385d417e17907998dae0b473c5a0d353 (plain)
1
2
3
4
5
6
7
8
9
10
module "prometheus" {
  providers = {
    nomad = nomad.yul1
  }
  source = "../"

  # prometheus
  datacenters = ["yul1"]
  pm_version  = "2.42.0"
}