Skip to content

Commit

Permalink
Adding missing parameters for the mgmt account stack. Include* flags …
Browse files Browse the repository at this point in the history
…are needed to control the presence of the organization read permissions in the mgmt account.
  • Loading branch information
juchavw committed Oct 17, 2023
1 parent 7103e4f commit 74199f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data-collection/deploy/deploy-data-read-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,16 @@ Resources:
DataCollectionAccountID: !Ref DataCollectionAccountID
ManagementAccountRole: !Ref ManagementAccountRole
RolePrefix: !Ref RolePrefix
IncludeBudgetsModule: !Ref IncludeBudgetsModule
IncludeComputeOptimizerModule: !Ref IncludeComputeOptimizerModule
IncludeCostAnomalyModule: !Ref IncludeCostAnomalyModule
IncludeECSChargebackModule: !Ref IncludeECSChargebackModule
IncludeInventoryCollectorModule: !Ref IncludeInventoryCollectorModule
IncludeOrgDataModule: !Ref IncludeOrgDataModule
IncludeRDSUtilizationModule: !Ref IncludeRDSUtilizationModule
IncludeRightsizingModule: !Ref IncludeRightsizingModule
IncludeTAModule: !Ref IncludeTAModule
IncludeTransitGatewayModule: !Ref IncludeTransitGatewayModule
DataCollectorMgmtAccountModulesReadStack:
Type: AWS::CloudFormation::Stack
Condition: DeployModuleReadInMgmt
Expand Down

0 comments on commit 74199f7

Please sign in to comment.