Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Nov 11, 2024
1 parent 9e48899 commit c82ad8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config {
format = "compact"
module = true
call_module_type = "local"
}

plugin "aws" {
Expand Down
1 change: 0 additions & 1 deletion lambdas/functions/webhook/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Config } from 'jest';

import defaultConfig from '../../jest.base.config';

const config: Config = {
Expand Down
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,6 @@ variable "job_retry" {
default = {}
}


variable "eventbridge" {
description = <<EOF
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.
Expand Down

0 comments on commit c82ad8d

Please sign in to comment.