We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4e6b3 commit f304502Copy full SHA for f304502
terraform/account-wide-infrastructure/modules/athena/athena.tf
@@ -6,7 +6,7 @@ resource "aws_athena_workgroup" "athena" {
6
publish_cloudwatch_metrics_enabled = true
7
8
result_configuration {
9
- output_location = "s3://{aws_s3_bucket.athena.bucket}/output/"
+ output_location = "s3://${aws_s3_bucket.athena.id}/output/"
10
11
encryption_configuration {
12
encryption_option = "SSE_KMS"
0 commit comments