diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-02-09 11:07:53 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-02-09 11:07:53 +0100 |
commit | bc676c9e1e5ef3545ef442db2023d7fcdfe3b034 (patch) | |
tree | 3b9e7081d0c30138441785fcf57b9c149469a0cc /fdio.infra.terraform/1n_nmd/prometheus/fdio/main.tf | |
parent | 0bbb81c4fd1afdee6eb23ba4d49171d8dced6b19 (diff) |
feat(terraform): Refactor Prometheus
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I47a05fc0207d691d84c6e65c7b84997edab8e272
Diffstat (limited to 'fdio.infra.terraform/1n_nmd/prometheus/fdio/main.tf')
-rw-r--r-- | fdio.infra.terraform/1n_nmd/prometheus/fdio/main.tf | 10 |
1 files changed, 10 insertions, 0 deletions
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 index 0000000000..e0ca417a78 --- /dev/null +++ b/fdio.infra.terraform/1n_nmd/prometheus/fdio/main.tf @@ -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 |