Skip to content

Commit

Permalink
fix: Athena load balancer create table query (#679)
Browse files Browse the repository at this point in the history
Update the Terraform module to the version with a fix for how the
Athena load balancer logs table is created.
  • Loading branch information
patheard authored Jun 11, 2024
1 parent 2149145 commit 140a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/alarms/athena.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Create Athena queries to view the WAF and load balancer access logs
#
module "athena" {
source = "github.com/cds-snc/terraform-modules//athena_access_logs?ref=bd904d01094f196fd3e8ff5c46e73838f1f1be26"
source = "github.com/cds-snc/terraform-modules//athena_access_logs?ref=c8c77df64ea8ddf2937f1c79c8b0299158655090" # v4.9.10

athena_bucket_name = module.athena_bucket.s3_bucket_id

Expand Down

0 comments on commit 140a250

Please sign in to comment.