Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-ellis-ky committed Nov 14, 2024
1 parent 76d41ed commit 8bae488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/services/quicksight/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ locals {
dpc_glue_bucket_arn = module.dpc_insights_data.arn
dpc_glue_bucket_key_alias = module.dpc_insights_data.key_alias
dpc_glue_bucket_key_arn = module.dpc_insights_data.key_arn
dpc_glue_bucket_key_id = mmodule.dpc_insights_data.id
dpc_glue_bucket_id = mmodule.dpc_insights_data.id
dpc_athena_bucket_arn = module.dpc_insights_athena.arn
dpc_athena_bucket_key_alias = module.dpc_insights_athena.key_alias
dpc_athena_bucket_key_arn = module.dpc_insights_athena.key_arn
dpc_athena_bucket_key_id = module.dpc_insights_data.id
dpc_athena_bucket_id = module.dpc_insights_data.id
}

data "aws_caller_identity" "current" {}
Expand Down

0 comments on commit 8bae488

Please sign in to comment.