Skip to content

Commit

Permalink
update labels module
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed Jun 17, 2021
1 parent 7cfde98 commit 21e318d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {

# run loop for label order and set in value.
id_labels = [for l in local.label_order : local.id_context[l] if length(local.id_context[l]) > 0]
id = lower(join(var.delimiter, local.id_labels))
id = lower(join(var.delimiter, local.id_labels, var.attributes))

enabled = var.enabled

Expand Down

0 comments on commit 21e318d

Please sign in to comment.