Skip to content

Commit f304502

Browse files
committed
NRL-1187 set correct output for athena
1 parent ab4e6b3 commit f304502

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/modules/athena

1 file changed

+1
-1
lines changed

terraform/account-wide-infrastructure/modules/athena/athena.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "aws_athena_workgroup" "athena" {
66
publish_cloudwatch_metrics_enabled = true
77

88
result_configuration {
9-
output_location = "s3://{aws_s3_bucket.athena.bucket}/output/"
9+
output_location = "s3://${aws_s3_bucket.athena.id}/output/"
1010

1111
encryption_configuration {
1212
encryption_option = "SSE_KMS"

0 commit comments

Comments
 (0)