Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from awslabs/20160316_tf_lambda_updating
Browse files Browse the repository at this point in the history
hashicorp/terraform#5239 was merged into tf
  • Loading branch information
seajoshc committed Mar 17, 2016
2 parents 698fb75 + f7634cf commit 48baaf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ resource "aws_lambda_function" "lambda_function" {
memory_size = 128
runtime = "python2.7"
timeout = 5
# this will be released soon
# https://github.com/hashicorp/terraform/pull/5239
# source_code_hash = "${base64encode(sha256(file("lambda_function_payload.zip")))}"
source_code_hash = "${base64encode(sha256(file("lambda_function_payload.zip")))}"
}

resource "aws_lambda_permission" "allow_cloudwatch" {
Expand Down

0 comments on commit 48baaf4

Please sign in to comment.