Skip to content

Use numeric instead of number in random_password resource (#13) #48

Use numeric instead of number in random_password resource (#13)

Use numeric instead of number in random_password resource (#13) #48

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install prereq
run: |
brew install docker tfenv tflint
tfenv install
- name: tf fmt
run: |
terraform fmt
- name: tflint
run: |
tflint