Skip to content

Commit

Permalink
fix fast_lambda_layer var name
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankkom-dev committed Feb 14, 2024
1 parent 6d8fcd7 commit 9da42f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module "lambda_module_flash" {

module "lambda_module_fast" {
source = "./fast_lambda"
site_packages_path = var.site_packages_path2
site_packages_path2 = var.site_packages_path2
# s3_bucket_name = "my-s3-bucket"
}

0 comments on commit 9da42f8

Please sign in to comment.