Skip to content

Commit

Permalink
Added organiztion id to the outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bebold-jhr committed Apr 12, 2023
1 parent 08295ae commit d42a7b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Organization id
output "organization_id" {
value = data.aws_organizations_organization.this.id
description = "The id of the AWS organization."
}


# Management account
output "management_account_id" {
value = local.management_account_id
Expand Down Expand Up @@ -75,4 +82,4 @@ output "search_result_group_id_missing_key" {
output "search_result" {
value = local.search_result
description = "The search result which can be refined by setting the input parameters of this module. The input parameters of this module only have an effect on this output."
}
}

0 comments on commit d42a7b8

Please sign in to comment.