We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9260783 commit f1c052bCopy full SHA for f1c052b
1 file changed
test/terraform-basic/main.tf
@@ -95,6 +95,10 @@ module "test-js-commonjs_3" {
95
runtime = "nodejs24.x"
96
97
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
102
}
103
104
// services/testJsEsModule/lambda.js
0 commit comments