aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/terraform.yml
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-15 12:12:11 +0100
committerAlex Schofield <git@ajschof.me>2024-08-15 12:12:11 +0100
commit9050c94bf9af7e90056217e9b1eb85f993ad5886 (patch)
tree6d1fc7392535f14682448ca806961f2dd74b8ad9 /.github/workflows/terraform.yml
parent5fecc3060f0565af004368cd0856df848ca0127a (diff)
downloadde-project-bentley-9050c94bf9af7e90056217e9b1eb85f993ad5886.tar.gz
de-project-bentley-9050c94bf9af7e90056217e9b1eb85f993ad5886.zip
chore(ci): remove abandoned yml configs
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