Skip to content

Commit 97db8e3

Browse files
committed
Update path to app source
1 parent dcc7f7f commit 97db8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-cicd/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "lambda_function" {
1919
runtime = "python3.12"
2020

2121
source_path = [
22-
"${path.module}/src/python-app1",
22+
"${path.module}/../fixtures/python-app1",
2323
]
2424
trigger_on_package_timestamp = false
2525
}

0 commit comments

Comments
 (0)