aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/terraform.yml
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-15 19:50:09 +0100
committerGitHub <noreply@github.com>2024-08-15 19:50:09 +0100
commit83a05489bd5ec56f51ede83f52f8babcaa7eef70 (patch)
treea690741aac60485522a578b655e7b32418172f44 /.github/workflows/terraform.yml
parentcf23d5d0a217ba91b50aebc0261ae6fa064bfcd4 (diff)
parentfc8e61c0e58df57195c6a33852a0a17ba34322c6 (diff)
downloadde-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.yml37
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
git.ajschof.me — hosted by ajschofield — powered by cgit