Skip to content

Commit f1c052b

Browse files
chore: Terraform fileexists fix (#164)
1 parent 9260783 commit f1c052b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/terraform-basic/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ module "test-js-commonjs_3" {
9595
runtime = "nodejs24.x"
9696

9797
source_path = "services/testJsCommonJs"
98+
99+
# Prevents "fileexists returned inconsistent result" error in CI/CD
100+
# when archive is created during the same terraform apply
101+
ignore_source_code_hash = true
98102
}
99103

100104
// services/testJsEsModule/lambda.js

0 commit comments

Comments
 (0)