Skip to content

Commit

Permalink
Remove tests provisioning terraform (#218)
Browse files Browse the repository at this point in the history
* Remove tests provisioning terraform

* Add `go install ... terraform-docs@latest`
  • Loading branch information
mr0re1 authored Oct 4, 2024
1 parent 562022e commit 815b8dc
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 180 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
env:
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- run: go install github.com/terraform-docs/terraform-docs@latest
- uses: pre-commit/[email protected]
with:
extra_args: --show-diff-on-failure --all-files
13 changes: 0 additions & 13 deletions test/cloud-build/pr-validation.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions test/cloud-build/provision/README_TF.md

This file was deleted.

24 changes: 0 additions & 24 deletions test/cloud-build/provision/main.tf

This file was deleted.

28 changes: 0 additions & 28 deletions test/cloud-build/provision/pr-validation.tf

This file was deleted.

21 changes: 0 additions & 21 deletions test/cloud-build/provision/providers.tf

This file was deleted.

32 changes: 0 additions & 32 deletions test/cloud-build/provision/variables.tf

This file was deleted.

24 changes: 0 additions & 24 deletions test/cloud-build/provision/versions.tf

This file was deleted.

0 comments on commit 815b8dc

Please sign in to comment.