Terraform: Cleanup
[csit.git] / fdio.infra.terraform / 1n_nmd / nginx / variables.tf
index 0262014..589ccee 100644 (file)
@@ -2,7 +2,7 @@
 variable "nomad_datacenters" {
   description = "Nomad data centers"
   type        = list(string)
-  default     = [ "dc1" ]
+  default     = ["dc1"]
 }
 
 variable "nomad_host_volume" {