We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1597fd commit 37d4103Copy full SHA for 37d4103
examples/simple-lambda-with-deploy-test/example.tf
@@ -12,7 +12,7 @@ module "lambda_api" {
12
app_name = "my-lambda"
13
env = "dev"
14
codedeploy_service_role_arn = module.acs.power_builder_role.arn
15
- lambda_src_dir = "./src"
+ lambda_zip_file = "./src"
16
handler = "index.handler"
17
runtime = "nodejs12.x"
18
hosted_zone = module.acs.route53_zone
0 commit comments