We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ef8dd commit 2d3d6bdCopy full SHA for 2d3d6bd
locals.tf
@@ -1,7 +1,7 @@
1
locals {
2
product_domain = "ath"
3
service_name = "athauth"
4
- lambda_runtime = "nodejs10.x"
+ lambda_runtime = "nodejs8.10"
5
6
lambda_handler = "lib.default"
7
0 commit comments