aboutsummaryrefslogtreecommitdiffstats
path: root/terraform
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-19 14:55:39 +0100
committerAlex Schofield <git@ajschof.me>2024-08-19 14:55:39 +0100
commit57d1e1ee5a13269f1bef6c3b754cb8374a657202 (patch)
tree98875afc04bf0b073fee3e886a166e4f0fd301ec /terraform
parent81cba7c5bc4bed060901d6e19c84d5acee054b3e (diff)
downloadde-project-bentley-57d1e1ee5a13269f1bef6c3b754cb8374a657202.tar.gz
de-project-bentley-57d1e1ee5a13269f1bef6c3b754cb8374a657202.zip
style: remove redundant comment
Diffstat (limited to 'terraform')
-rw-r--r--terraform/lambda.tf8
1 files changed, 2 insertions, 6 deletions
diff --git a/terraform/lambda.tf b/terraform/lambda.tf
index e33bc79..714ffa5 100644
--- a/terraform/lambda.tf
+++ b/terraform/lambda.tf
@@ -99,13 +99,9 @@ locals {
resource "null_resource" "prepare_layer" {
provisioner "local-exec" {
command = <<EOT
- cd ${local.layer_dir}
- rm -rf python
- mkdir python
- pip3 install -r ${local.requirements} -t python/
- zip -r ${local.layer_zip} python
+ cd
EOT
- } #removed / at the end of python in line 99
+ }
}
resource "aws_s3_object" "lambda_layer_zip" {
git.ajschof.me — hosted by ajschofield — powered by cgit