Skip to content

Fixed Private IP and Public Ip Logic #23

Fixed Private IP and Public Ip Logic

Fixed Private IP and Public Ip Logic #23

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@master
with:
working_directory: './examples/basic' # Runs for the basic folder
complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/complete' # Runs for the complete folder