Skip to content

Commit

Permalink
chore: adding the manage cur2 to the management account as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Sep 27, 2024
1 parent 8833bdf commit 21055b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ resource "aws_cloudformation_stack" "cora_data_export_collector" {
"DestinationAccountId" = local.cost_analysis_account_id,
"EnableSCAD" = var.enable_scad ? "yes" : "no",
"ManageCOH" = "yes",
"ManageCUR2" = "yes",
"SourceAccountIds" = local.management_account_id,
}

Expand Down

0 comments on commit 21055b4

Please sign in to comment.