Skip to content

Commit

Permalink
increment loader version.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodhull committed Nov 14, 2019
1 parent b9e48d7 commit 6834f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_lambda_function" "loader" {
s3_bucket = "changesprout-public"
s3_key = "LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.7.2.zip"
s3_key = "LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.7.3.zip"
function_name = "controlshift-redshift-loader"
role = aws_iam_role.loader_lambda_role.arn
handler = "index.handler"
Expand Down

0 comments on commit 6834f1f

Please sign in to comment.