Skip to content

Commit

Permalink
Merge pull request #841 from ministryofjustice/add-cost-optimization-hub
Browse files Browse the repository at this point in the history
Turn on trusted access for Cost Optimisation Hub
  • Loading branch information
jakemulley authored Dec 14, 2023
2 parents a6a653d + 4429ff9 commit 1913df0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion management-account/terraform/organizations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resource "aws_organizations_organization" "default" {
"backup.amazonaws.com",
"compute-optimizer.amazonaws.com",
"config.amazonaws.com",
"cost-optimization-hub.bcm.amazonaws.com",
"detective.amazonaws.com",
"fms.amazonaws.com",
"guardduty.amazonaws.com",
Expand All @@ -17,13 +18,13 @@ resource "aws_organizations_organization" "default" {
"license-manager.member-account.amazonaws.com",
"macie.amazonaws.com",
"malware-protection.guardduty.amazonaws.com",
"member.org.stacksets.cloudformation.amazonaws.com",
"ram.amazonaws.com",
"reporting.trustedadvisor.amazonaws.com",
"securityhub.amazonaws.com",
"sso.amazonaws.com",
"storage-lens.s3.amazonaws.com",
"tagpolicies.tag.amazonaws.com",
"member.org.stacksets.cloudformation.amazonaws.com",
]

enabled_policy_types = [
Expand Down

0 comments on commit 1913df0

Please sign in to comment.