diff options
| author | Alex <git@ajschof.me> | 2024-08-15 19:50:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 19:50:09 +0100 |
| commit | 83a05489bd5ec56f51ede83f52f8babcaa7eef70 (patch) | |
| tree | a690741aac60485522a578b655e7b32418172f44 /.github/workflows/terraform.yml | |
| parent | cf23d5d0a217ba91b50aebc0261ae6fa064bfcd4 (diff) | |
| parent | fc8e61c0e58df57195c6a33852a0a17ba34322c6 (diff) | |
| download | de-project-bentley-83a05489bd5ec56f51ede83f52f8babcaa7eef70.tar.gz de-project-bentley-83a05489bd5ec56f51ede83f52f8babcaa7eef70.zip | |
Merge pull request #41 from ajschofield/feature/ci-tests
pr: github action update
Diffstat (limited to '.github/workflows/terraform.yml')
| -rw-r--r-- | .github/workflows/terraform.yml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml deleted file mode 100644 index c349756..0000000 --- a/.github/workflows/terraform.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: terraform-quality-checks - -on: - push: - branches: [development] - paths: - - 'terraform/**.tf' - - 'terraform/**.tfvars' - pull_request: - branches: [development, staging] - paths: - - 'terraform/**.tf' - - 'terraform/**.tfvars' -jobs: - terraform-validation: - runs-on: ubuntu-latest - defaults: - run: - working-directory: ./terraform - steps: - - uses: actions/checkout@v2 - - name: Setup Terraform - uses: hashicorp/setup-terraform@v1 - with: - terraform_version: latest # Using the latest version, but not sure if it's the best practice - - name: Format - run: terraform fmt -check -recursive - - name: Init - run: terraform init -backend=false - - name: Validate - run: terraform validate - - name: Setup TFLint - uses: terraform-linters/setup-tflint@v2 - with: - tflint_version: latest - - name: Run TFLint - run: tflint -f compact
\ No newline at end of file |
