Skip to content

Commit 5901b00

Browse files
committed
feat: remove ous output from org_info shared parametes map
1 parent 8a68c91 commit 5901b00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

outputs.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ output "org_info_ssm_parametes_names" {
77
org_id = "/shared/management/org-id"
88
master_account_id = "/shared/management/master-account-id"
99
accounts = "/shared/management/accounts"
10-
ous = "/shared/management/ous"
1110
accounts_by_environment = "/shared/management/accounts-by-environment"
1211
}
1312
description = "This is a map of the SSM parameter names for the 'org_info' shared ssm parameter."
@@ -20,7 +19,6 @@ output "org_info_ram_resource_share_names" {
2019
org_id = "ssm-shared-management-org-id"
2120
master_account_id = "ssm-shared-management-master-account-id"
2221
accounts = "ssm-shared-management-accounts"
23-
ous = "ssm-shared-management-ous"
2422
accounts_by_environment = "ssm-shared-management-accounts-by-environment"
2523
}
2624
description = "This is a map of the RAM resource share names for the 'org_info' shared ssm parameter."

0 commit comments

Comments
 (0)