Skip to content

Commit

Permalink
athena apply errors
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-ellis-ky committed Nov 14, 2024
1 parent ae8123d commit 76d41ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/services/quicksight/athena.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_athena_workgroup" "quicksight" {

resource "aws_athena_database" "quicksight" {
name = local.athena_profile
bucket = local.dpc_athena_bucket_arn
bucket = local.dpc_athena_bucket_id
}

resource "aws_athena_named_query" "total_benes_req" {
Expand Down
2 changes: 2 additions & 0 deletions terraform/services/quicksight/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +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_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
}

data "aws_caller_identity" "current" {}
Expand Down

0 comments on commit 76d41ed

Please sign in to comment.