Skip to content

Commit 0cb1517

Browse files
Deployed to github pages
1 parent 6595933 commit 0cb1517

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

all-hooks.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@
14431443
"language": "script",
14441444
"require_serial": true,
14451445
"files": "\\.(tf(vars)?|hcl)$",
1446-
"exclude": "\\.terraform\\/.*$"
1446+
"exclude": "\\.terraform/.*$"
14471447
},
14481448
{
14491449
"id": "terraform_fmt",
@@ -1452,7 +1452,7 @@
14521452
"entry": "hooks/terraform_fmt.sh",
14531453
"language": "script",
14541454
"files": "(\\.tf|\\.tfvars)$",
1455-
"exclude": "\\.terraform\\/.*$"
1455+
"exclude": "\\.terraform/.*$"
14561456
},
14571457
{
14581458
"id": "terraform_docs",
@@ -1462,7 +1462,7 @@
14621462
"entry": "hooks/terraform_docs.sh",
14631463
"language": "script",
14641464
"files": "(\\.tf|\\.terraform\\.lock\\.hcl)$",
1465-
"exclude": "\\.terraform\\/.*$"
1465+
"exclude": "\\.terraform/.*$"
14661466
},
14671467
{
14681468
"id": "terraform_docs_without_aggregate_type_defaults",
@@ -1472,7 +1472,7 @@
14721472
"entry": "hooks/terraform_docs.sh",
14731473
"language": "script",
14741474
"files": "(\\.tf)$",
1475-
"exclude": "\\.terraform\\/.*$"
1475+
"exclude": "\\.terraform/.*$"
14761476
},
14771477
{
14781478
"id": "terraform_docs_replace",
@@ -1482,7 +1482,7 @@
14821482
"entry": "terraform_docs_replace",
14831483
"language": "python",
14841484
"files": "(\\.tf)$",
1485-
"exclude": "\\.terraform\\/.*$"
1485+
"exclude": "\\.terraform/.*$"
14861486
},
14871487
{
14881488
"id": "terraform_validate",
@@ -1492,7 +1492,7 @@
14921492
"entry": "hooks/terraform_validate.sh",
14931493
"language": "script",
14941494
"files": "(\\.tf|\\.tfvars)$",
1495-
"exclude": "\\.terraform\\/.*$"
1495+
"exclude": "\\.terraform/.*$"
14961496
},
14971497
{
14981498
"id": "terraform_providers_lock",
@@ -1502,7 +1502,7 @@
15021502
"entry": "hooks/terraform_providers_lock.sh",
15031503
"language": "script",
15041504
"files": "(\\.terraform\\.lock\\.hcl)$",
1505-
"exclude": "\\.terraform\\/.*$"
1505+
"exclude": "\\.terraform/.*$"
15061506
},
15071507
{
15081508
"id": "terraform_tflint",
@@ -1512,7 +1512,7 @@
15121512
"entry": "hooks/terraform_tflint.sh",
15131513
"language": "script",
15141514
"files": "(\\.tf|\\.tfvars)$",
1515-
"exclude": "\\.terraform\\/.*$"
1515+
"exclude": "\\.terraform/.*$"
15161516
},
15171517
{
15181518
"id": "terragrunt_fmt",
@@ -1521,7 +1521,7 @@
15211521
"entry": "hooks/terragrunt_fmt.sh",
15221522
"language": "script",
15231523
"files": "(\\.hcl)$",
1524-
"exclude": "\\.terraform\\/.*$"
1524+
"exclude": "\\.terraform/.*$"
15251525
},
15261526
{
15271527
"id": "terragrunt_validate",
@@ -1530,7 +1530,7 @@
15301530
"entry": "hooks/terragrunt_validate.sh",
15311531
"language": "script",
15321532
"files": "(\\.hcl)$",
1533-
"exclude": "\\.terraform\\/.*$"
1533+
"exclude": "\\.terraform/.*$"
15341534
},
15351535
{
15361536
"id": "terraform_tfsec",
@@ -1559,7 +1559,7 @@
15591559
"pass_filenames": false,
15601560
"always_run": false,
15611561
"files": "\\.tf$",
1562-
"exclude": "\\.terraform\\/.*$",
1562+
"exclude": "\\.terraform/.*$",
15631563
"require_serial": true
15641564
},
15651565
{
@@ -1570,7 +1570,7 @@
15701570
"language": "script",
15711571
"always_run": false,
15721572
"files": "\\.tf$",
1573-
"exclude": "\\.terraform\\/.*$",
1573+
"exclude": "\\.terraform/.*$",
15741574
"require_serial": true
15751575
},
15761576
{
@@ -1583,7 +1583,7 @@
15831583
"always_run": false,
15841584
"require_serial": true,
15851585
"files": "\\.tf$",
1586-
"exclude": "\\.terraform\\/.*$"
1586+
"exclude": "\\.terraform/.*$"
15871587
},
15881588
{
15891589
"id": "terrascan",
@@ -1592,7 +1592,7 @@
15921592
"language": "script",
15931593
"entry": "hooks/terrascan.sh",
15941594
"files": "\\.tf$",
1595-
"exclude": "\\.terraform\\/.*$",
1595+
"exclude": "\\.terraform/.*$",
15961596
"require_serial": true
15971597
},
15981598
{

0 commit comments

Comments
 (0)