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 340e698 commit 8e018ccCopy full SHA for 8e018cc
main.tf
@@ -1,5 +1,5 @@
1
data "external" "lambda_archive" {
2
- program = ["python", "${path.module}/scripts/build_lambda.py"]
+ program = ["python3", "${path.module}/scripts/build_lambda.py"]
3
query = {
4
src_dir = "${var.src_dir}"
5
output_path = "${var.output_path}"
0 commit comments