From cb73e2b205d4557e64fdc4fb0c45399e9dea3e70 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 7 Jul 2023 15:55:16 -0700 Subject: [PATCH] Remove whitespace --- providers.tf | 1 - vars.tf | 1 - 2 files changed, 2 deletions(-) diff --git a/providers.tf b/providers.tf index f1dce85..a69955c 100644 --- a/providers.tf +++ b/providers.tf @@ -1,4 +1,3 @@ - # Configure the Nomad provider provider "nomad" { address = var.nomad_address diff --git a/vars.tf b/vars.tf index 3ca5a12..6702560 100644 --- a/vars.tf +++ b/vars.tf @@ -1,4 +1,3 @@ - variable "nomad_address" { type = string default = "http://n1.thefij:4646"