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

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