Skip to content

build(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0 #389

build(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0

build(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0 #389

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/complete/'
provider: aws
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/basic/'
provider: aws