385c5c3f18d1679a099b7e4c37a89b09f846c4e0
[csit.git] / fdio.infra.terraform / 1n_nmd / alertmanager / fdio / versions.tf
1 terraform {
2   backend "consul" {
3     address = "10.32.8.14:8500"
4     scheme  = "http"
5     path    = "terraform/alertmanager"
6   }
7   required_providers {
8     nomad = {
9       source  = "hashicorp/nomad"
10       version = ">= 1.4.16"
11     }
12     vault = {
13       version = ">= 3.2.1"
14     }
15   }
16   required_version = ">= 1.1.4"
17 }