6 lines
214 B
Bash
6 lines
214 B
Bash
#!/usr/bin/bash
|
|
|
|
TFLINT_INSTALL_PATH=./.tflint
|
|
|
|
# Set up Terraform tooling
|
|
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | TFLINT_INSTALL_PATH=$TFLINT_INSTALL_PATH bash
|