We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b25cc commit 3c13a84Copy full SHA for 3c13a84
src/outputs.tf
@@ -113,3 +113,8 @@ output "organizational_unit_names_organizational_unit_scp_arns" {
113
value = local.organizational_unit_names_organizational_unit_scp_arns
114
description = "Map of OU names to SCP ARNs"
115
}
116
+
117
+output "account_name_id_map" {
118
+ value = { for k, v in local.account_info_map : k => v.id }
119
+ description = "Map of account names to account IDs (including root account)"
120
+}
0 commit comments