Terraform: Cleanup
[csit.git] / fdio.infra.terraform / 1n_nmd / alertmanager / variables.tf
index ffedf24..e24ceb6 100644 (file)
@@ -2,7 +2,7 @@
 variable "nomad_datacenters" {
   description = "Nomad data centers"
   type        = list(string)
-  default     = [ "dc1" ]
+  default     = ["dc1"]
 }
 
 # Alermanager
@@ -38,7 +38,7 @@ variable "alertmanager_use_canary" {
 
 variable "alertmanager_vault_secret" {
   description = "Set of properties to be able to fetch secret from vault"
-  type        = object({
+  type = object({
     use_vault_provider        = bool,
     vault_kv_policy_name      = string,
     vault_kv_path             = string,