X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2F1n_nmd%2Falertmanager%2Ffdio%2Fproviders.tf;fp=fdio.infra.terraform%2F1n_nmd%2Falertmanager%2Ffdio%2Fproviders.tf;h=42a6a45ce0286fdc9b6ae1a6742d9dd89096630b;hp=0000000000000000000000000000000000000000;hb=0bbb81c4fd1afdee6eb23ba4d49171d8dced6b19;hpb=0576c4293e05b1eded486b48a217495451a8b685 diff --git a/fdio.infra.terraform/1n_nmd/alertmanager/fdio/providers.tf b/fdio.infra.terraform/1n_nmd/alertmanager/fdio/providers.tf new file mode 100644 index 0000000000..42a6a45ce0 --- /dev/null +++ b/fdio.infra.terraform/1n_nmd/alertmanager/fdio/providers.tf @@ -0,0 +1,13 @@ +provider "nomad" { + address = var.nomad_provider_address + alias = "yul1" + # ca_file = var.nomad_provider_ca_file + # cert_file = var.nomad_provider_cert_file + # key_file = var.nomad_provider_key_file +} + +provider "vault" { + address = var.vault_provider_address + skip_tls_verify = var.vault_provider_skip_tls_verify + token = var.vault_provider_token +} \ No newline at end of file