File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
infrastructure/terraform/bin Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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}" ;
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments