Skip to content

Commit

Permalink
Prefix was too long
Browse files Browse the repository at this point in the history
  • Loading branch information
vigasin committed Oct 9, 2019
1 parent 3f10862 commit 7f0b289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_s3_bucket" "main" {
bucket_prefix = "${var.s3_bucket_name}__athena"
bucket = "${var.s3_bucket_name}__athena"
}

resource "aws_athena_database" "main" {
Expand Down

0 comments on commit 7f0b289

Please sign in to comment.