Use numeric instead of number in random_password resource (#13) #48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |