Skip to content

Commit c82ad8d

Browse files
committed
cleanup
1 parent 9e48899 commit c82ad8d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config {
22
format = "compact"
3-
module = true
3+
call_module_type = "local"
44
}
55

66
plugin "aws" {

lambdas/functions/webhook/jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Config } from 'jest';
2-
32
import defaultConfig from '../../jest.base.config';
43

54
const config: Config = {

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,6 @@ variable "job_retry" {
926926
default = {}
927927
}
928928

929-
930929
variable "eventbridge" {
931930
description = <<EOF
932931
Enable the use of EventBridge by the module. By enabling this feature events will be put on the EventBridge by the webhook instead of directly dispatching to queues for scaling.

0 commit comments

Comments
 (0)