Skip to content

Commit

Permalink
chore: adding the parameter to create th glue table
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Sep 27, 2024
1 parent c1e665a commit 8833bdf
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 @@ -294,6 +294,7 @@ resource "aws_cloudformation_stack" "cora_data_export_collector" {
parameters = {
"DestinationAccountId" = local.cost_analysis_account_id,
"EnableSCAD" = var.enable_scad ? "yes" : "no",
"ManageCOH" = "yes",
"SourceAccountIds" = local.management_account_id,
}

Expand Down

0 comments on commit 8833bdf

Please sign in to comment.