Terraform: Cleanup
[csit.git] / fdio.infra.terraform / 1n_nmd / grafana / variables.tf
index 0c2382b..88f8bda 100644 (file)
@@ -2,7 +2,7 @@
 variable "nomad_datacenters" {
   description = "Nomad data centers"
   type        = list(string)
-  default     = [ "dc1" ]
+  default     = ["dc1"]
 }
 
 # Grafana
@@ -38,7 +38,7 @@ variable "grafana_use_canary" {
 
 variable "grafana_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,