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.
2 parents c6b82dd + b4ecc3b commit 0e5fb02Copy full SHA for 0e5fb02
main.tf
@@ -4,8 +4,8 @@ data "aws_region" "current" {}
4
5
data "archive_file" "lambda" {
6
type = "zip"
7
- source_file = "${path.module}/functions/lambda.zip"
8
- output_path = "${path.module}/functions/lambda.py"
+ source_file = "${path.module}/functions/lambda.py"
+ output_path = "${path.module}/functions/lambda.zip"
9
}
10
11
data "aws_autoscaling_group" "group" {
0 commit comments