Skip to content

Commit

Permalink
feat: remove terragrunt validate from the project
Browse files Browse the repository at this point in the history
No env common sensitive information in the repo.
  • Loading branch information
LukaK committed Nov 12, 2024
1 parent 24efe22 commit 8cdab1e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,3 @@ jobs:
scan-type: 'fs'
scan-ref: '.'
trivy-config: .config/trivy.yaml


validate-infrastructure:

name: Terragrunt Infrastructure Checks

runs-on: ubuntu-latest

env:
tf_version: '1.9.4'
tg_version: '0.58.10'
working_dir: 'infrastructure/live'

steps:

- name: Checkout code
uses: actions/checkout@v2

- name: Ensure configuration is valid
uses: gruntwork-io/terragrunt-action@v2
id: terragrunt-validate
with:
tg_dir: ${{ env.working_dir }}
tf_version: ${{ env.tf_version }}
tg_version: ${{ env.tg_version }}
tg_command: 'run-all validate'

0 comments on commit 8cdab1e

Please sign in to comment.