Fix variable/output sort check

This commit is contained in:
Julio Castillo
2022-11-18 17:48:16 +01:00
parent f26e8646a9
commit 2e700db8a7
30 changed files with 416 additions and 407 deletions

View File

@@ -19,12 +19,12 @@ output "folders" {
value = local.all_folders
}
output "projects" {
description = "Map of projects attributes keyed by projects id."
value = local.projects
}
output "project_numbers" {
description = "List of project numbers."
value = [for _, v in local.projects : v.number]
}
output "projects" {
description = "Map of projects attributes keyed by projects id."
value = local.projects
}