Skip to content

Commit 85b21e6

Browse files
authored
Revert "Refactor lambda source code (#7)" (#10)
This reverts commit 14f2f4f.
1 parent 14f2f4f commit 85b21e6

File tree

14 files changed

+165
-302
lines changed

14 files changed

+165
-302
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ crash.*.log
2424
# to change depending on the environment.
2525
#
2626
*.tfvars
27-
!terraform.*example*.tfvars
2827

2928
# Ignore override files as they are usually used to override resources locally and so
3029
# are not checked in

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args:
1212
- "--args=--only=terraform_deprecated_interpolation"
1313
- "--args=--only=terraform_deprecated_index"
14-
- "--args=--only=terraform_unused_declarations"
14+
# - "--args=--only=terraform_unused_declarations"
1515
- "--args=--only=terraform_comment_syntax"
1616
- "--args=--only=terraform_documented_outputs"
1717
- "--args=--only=terraform_documented_variables"

CHANGELOG.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

README.md

Lines changed: 101 additions & 39 deletions
Large diffs are not rendered by default.

examples/complete/main.tf

Lines changed: 0 additions & 76 deletions
This file was deleted.

examples/complete/outputs.tf

Whitespace-only changes.

examples/complete/src/index.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/complete/variables.tf

Whitespace-only changes.

examples/simple/main.tf

Lines changed: 0 additions & 45 deletions
This file was deleted.

examples/simple/outputs.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)