diff options
Diffstat (limited to 'fdio.infra.terraform/1n_nmd/providers.tf')
-rw-r--r-- | fdio.infra.terraform/1n_nmd/providers.tf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.terraform/1n_nmd/providers.tf b/fdio.infra.terraform/1n_nmd/providers.tf index c7e0ad8bf3..c3b9ec275d 100644 --- a/fdio.infra.terraform/1n_nmd/providers.tf +++ b/fdio.infra.terraform/1n_nmd/providers.tf @@ -16,6 +16,6 @@ terraform { } provider "nomad" { - address = var.nomad_provider_address - alias = "yul1" + address = var.nomad_provider_address + alias = "yul1" }
\ No newline at end of file |