Skip to content

Commit

Permalink
fmt run
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Feb 13, 2024
1 parent 9cb0c66 commit cfb994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variable "repository" {

variable "label_order" {
type = list(any)
default = ["name","environment"]
default = ["name", "environment"]
description = "Label order, e.g. sequence of application name and environment `name`,`environment`,'attribute' [`webserver`,`qa`,`devops`,`public`,] ."
}

Expand Down

0 comments on commit cfb994e

Please sign in to comment.