Skip to content

Commit 391c6fe

Browse files
committed
v4.0.2; set TF_RECREATE_MISSING_LAMBDA_PACKAGE
1 parent b7bb3a8 commit 391c6fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Tag formats supported:
3737

3838
## Change Log
3939

40+
### 4.0.2
41+
- Set `TF_RECREATE_MISSING_LAMBDA_PACKAGE` to `false` in drift buildspec to avoid issues with missing Lambda packages when using `terraform-aws-modules/lambda/aws` module.
42+
4043
### 4.0.1
4144
- Propagate global tags to drift pipeline, which was previously not tagged.
4245
- Add GitHub action to automatically create GitHub releases when a new semantic version tag is pushed.

buildspec.check-drift.tmpl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 0.2
22

33
env:
44
variables:
5+
TF_RECREATE_MISSING_LAMBDA_PACKAGE: false
56
TF_IN_AUTOMATION: true
67
%{ if tf_log != null }
78
TF_LOG: ${tf_log}

0 commit comments

Comments
 (0)