Skip to content

Commit

Permalink
Update athena.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Apr 9, 2024
1 parent 4159c78 commit 478e2b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "aws_athena_data_catalog" "example" {
module "s3_bucket_athena_output" {
count = var.audit_main_account ? 1 : 0
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v7.0.0"
bucket_name = "${var.env_name}-athena-output"
bucket_name = "${var.env_name}-delius-athena-output"
versioning_enabled = false
ownership_controls = "BucketOwnerEnforced"
replication_enabled = false
Expand Down

0 comments on commit 478e2b3

Please sign in to comment.