Skip to content

Commit 3bd5cfd

Browse files
Drift from template
1 parent c5f9be8 commit 3bd5cfd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

infrastructure/terraform/bin/terraform.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ readonly backend_config="terraform {
599599
region = \"${region}\"
600600
bucket = \"${bucket}\"
601601
key = \"${backend_key}\"
602+
dynamodb_table = \"${bucket}\"
602603
use_lockfile = true
603604
}
604605
}";

scripts/config/pre-commit.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ repos:
33
rev: v5.0.0 # Use the ref you want to point at
44
hooks:
55
- id: trailing-whitespace
6-
exclude: |
7-
(?x)^(
8-
frontend/src/__tests__/utils/markdownit/fixtures/index\.ts
9-
)$
106
- id: detect-aws-credentials
117
args: [--allow-missing-credentials]
128
- id: check-added-large-files
@@ -36,7 +32,7 @@ repos:
3632
hooks:
3733
- id: check-file-format
3834
name: Check file format
39-
entry: /usr/bin/env check=branch exclude=frontend/src/__tests__/utils/markdownit/fixtures/index.ts ./scripts/githooks/check-file-format.sh
35+
entry: /usr/bin/env check=branch ./scripts/githooks/check-file-format.sh
4036
language: script
4137
pass_filenames: false
4238
- repo: local

0 commit comments

Comments
 (0)