diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-19 14:55:39 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-19 14:55:39 +0100 |
| commit | 57d1e1ee5a13269f1bef6c3b754cb8374a657202 (patch) | |
| tree | 98875afc04bf0b073fee3e886a166e4f0fd301ec | |
| parent | 81cba7c5bc4bed060901d6e19c84d5acee054b3e (diff) | |
| download | de-project-bentley-57d1e1ee5a13269f1bef6c3b754cb8374a657202.tar.gz de-project-bentley-57d1e1ee5a13269f1bef6c3b754cb8374a657202.zip | |
style: remove redundant comment
| -rw-r--r-- | terraform/lambda.tf | 8 |
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" { |
