Skip to content

Commit

Permalink
Updating pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Nov 14, 2023
1 parent 84c90ee commit 94a7483
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 90 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ repos:
args:
- --args=--config-file=__GIT_WORKING_DIR__/.tfsec.yaml
- --args=--concise-output
- id: terraform_checkov
Empty file removed examples/basic/.header.md
Empty file.
29 changes: 0 additions & 29 deletions examples/basic/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions examples/basic/main.tf

This file was deleted.

Empty file removed examples/basic/outputs.tf
Empty file.
21 changes: 0 additions & 21 deletions examples/basic/providers.tf

This file was deleted.

Empty file removed examples/basic/variables.tf
Empty file.
13 changes: 0 additions & 13 deletions providers.tf

This file was deleted.

21 changes: 0 additions & 21 deletions test/examples_basic_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion tests/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ locals {
)

argocd_apps = {
addons = file("${path.module}/bootstrap/addons.yaml")
addons = file("${path.module}/bootstrap/addons.yaml")
workloads = file("${path.module}/bootstrap/workloads.yaml")
}

Expand Down

0 comments on commit 94a7483

Please sign in to comment.