Skip to content

Commit

Permalink
feat: remove ous output from org_info shared parametes map
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Nov 22, 2024
1 parent 8a68c91 commit 5901b00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ output "org_info_ssm_parametes_names" {
org_id = "/shared/management/org-id"
master_account_id = "/shared/management/master-account-id"
accounts = "/shared/management/accounts"
ous = "/shared/management/ous"
accounts_by_environment = "/shared/management/accounts-by-environment"
}
description = "This is a map of the SSM parameter names for the 'org_info' shared ssm parameter."
Expand All @@ -20,7 +19,6 @@ output "org_info_ram_resource_share_names" {
org_id = "ssm-shared-management-org-id"
master_account_id = "ssm-shared-management-master-account-id"
accounts = "ssm-shared-management-accounts"
ous = "ssm-shared-management-ous"
accounts_by_environment = "ssm-shared-management-accounts-by-environment"
}
description = "This is a map of the RAM resource share names for the 'org_info' shared ssm parameter."
Expand Down

0 comments on commit 5901b00

Please sign in to comment.