Skip to content

Commit

Permalink
Terraform format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albal committed Jan 18, 2024
1 parent 93adbac commit 14a1e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ variable "cpd_search_index_name" {
}

variable "cpd_gf_plugins" {
type = map(string)
type = map(string)
description = "List of Grafana plugins to install"
}

Expand Down

0 comments on commit 14a1e8d

Please sign in to comment.