Commit dfeb1c9
authored
fix: remove source_code_hash and close artifact-packager ref issue (#8)
Remove the source_code_hash argument from aws_lambda_function.this to
prevent terraform plan failures when the artifact zip does not yet exist
(e.g. CI environments without Docker). The filename attribute alone is
sufficient — Terraform detects content changes at apply time.
The artifact-packager ref was already updated to v1.4.1 in a prior
commit, which resolved the forced-rebuild race condition.
Closes #4
Closes #61 parent 0ac296a commit dfeb1c9
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
0 commit comments