Skip to content

fix: Updated the object-based configuration in variable.tf #94

fix: Updated the object-based configuration in variable.tf

fix: Updated the object-based configuration in variable.tf #94

Workflow file for this run

---
name: tf-lint
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-lint:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
secrets:
GITHUB: ${{ secrets.GITHUB }}
...