Skip to content

fix: shutdown behavior for the instance defaults to STOP (#66) #55

fix: shutdown behavior for the instance defaults to STOP (#66)

fix: shutdown behavior for the instance defaults to STOP (#66) #55

Workflow file for this run

---
name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
basic_example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
with:
working_directory: './_example/basic/'
complete_example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
with:
working_directory: './_example/complete/'
spot_instance:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
with:
working_directory: './_example/spot_instance/'
...