Skip to content

Commit

Permalink
Merge pull request #4 from baikonur-oss/INDEX_NAME_PREFIX
Browse files Browse the repository at this point in the history
Add missing INDEX_NAME_PREFIX envvar
  • Loading branch information
prog893 authored Jul 11, 2019
2 parents cacbc8f + 9f341fd commit 8743801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ resource "aws_lambda_function" "function" {
ES_HOST = "${var.elasticsearch_host}"
FAILED_LOG_S3_BUCKET = "${var.failed_log_s3_bucket}"
FAILED_LOG_S3_PREFIX = "${var.failed_log_s3_prefix}"
INDEX_NAME_PREFIX = "${var.index_name_prefix}"
}
}
tags = "${var.tags}"
Expand Down

0 comments on commit 8743801

Please sign in to comment.