Skip to content

Commit

Permalink
fix build: missing MonitoringAccountIds param in LinkManagementAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Mar 13, 2024
1 parent 44be731 commit d315b82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion org-formation/740-cloudwatch-dashboard/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ LinkManagementAccount:
DefaultOrganizationBinding:
Account: '*'
ExcludeAccount: !Ref MonitorCentralAccount
Parameters:
MonitoringAccountIds: !Ref MonitorCentralAccount

# Allow member accounts to share cloudwatch data with MonitorCentral
CrossAccountSharingRole:
Expand All @@ -36,4 +38,4 @@ CrossAccountSharingRole:
Account: '*'
ExcludeAccount: !Ref MonitorCentralAccount
Parameters:
MonitoringAccountIds: !Ref MonitorCentralAccount
MonitoringAccountId: !Ref MonitorCentralAccount

0 comments on commit d315b82

Please sign in to comment.