Remove whitespace

This commit is contained in:
IamTheFij 2023-07-07 15:55:16 -07:00
parent 486df58bac
commit cb73e2b205
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# Configure the Nomad provider
provider "nomad" {
address = var.nomad_address

View File

@ -1,4 +1,3 @@
variable "nomad_address" {
type = string
default = "http://n1.thefij:4646"