Skip to content

Add password auth support #61

Add password auth support

Add password auth support #61

Workflow file for this run

name: Lint and Test
on:
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.8"
- name: Terraform Format Check
run: terraform fmt -check -recursive
- uses: terraform-linters/setup-tflint@v4
with:
tflint_version: v0.50.0
- name: TFLint
run: |
tflint --init
tflint --recursive --format compact