Skip to content

Commit 59c15df

Browse files
committed
fmt
1 parent df071fc commit 59c15df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variable.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ variable "tags" {
4747

4848
variable "id_order" {
4949
description = "The order in which the `id` is constructed. Default yields `namespace-account-env-name` if your var.delimiter is `-`. Variables that are not populated but order is preserved. Eg: If no `var.namespace` and `var.account` are not specified, yields `env-name`."
50-
type = list(any)
51-
default = ["namespace", "account", "env", "name"]
50+
type = list(any)
51+
default = ["namespace", "account", "env", "name"]
5252
validation {
5353
condition = anytrue([
5454
contains(var.id_order, "namespace"),

0 commit comments

Comments
 (0)