Skip to content

docs: Update README.md for public-dns-with-cloud-dns example (#130) #45

docs: Update README.md for public-dns-with-cloud-dns example (#130)

docs: Update README.md for public-dns-with-cloud-dns example (#130) #45

Workflow file for this run

name: Terraform Lint Check
on: [push]
jobs:
tflint:
name: Run tflint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: "~1"
- name: Install tflint
run: |
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
- name: Run tflint
run: tflint