diff options
| author | Alex <git@ajschof.me> | 2024-08-15 19:51:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 19:51:49 +0100 |
| commit | 0358d491ace5859fe5140e439ec4f1fd80a67bb0 (patch) | |
| tree | a690741aac60485522a578b655e7b32418172f44 /.github/workflows/terraform.yml | |
| parent | 733cb2eae5ab77c71c24747b5652ce135bb4efe4 (diff) | |
| parent | 83a05489bd5ec56f51ede83f52f8babcaa7eef70 (diff) | |
| download | de-project-bentley-0358d491ace5859fe5140e439ec4f1fd80a67bb0.tar.gz de-project-bentley-0358d491ace5859fe5140e439ec4f1fd80a67bb0.zip | |
Merge branch 'development' into chore/gitignore
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 |
