feat(terraform): Refactor Prometheus
[csit.git] / fdio.infra.terraform / 1n_nmd / prometheus / fdio / main.tf
diff --git a/fdio.infra.terraform/1n_nmd/prometheus/fdio/main.tf b/fdio.infra.terraform/1n_nmd/prometheus/fdio/main.tf
new file mode 100644 (file)
index 0000000..e0ca417
--- /dev/null
@@ -0,0 +1,10 @@
+module "prometheus" {
+  providers = {
+    nomad = nomad.yul1
+  }
+  source = "../"
+
+  # prometheus
+  datacenters = ["yul1"]
+  pm_version  = "2.33.1"
+}
\ No newline at end of file