Commit 592540ec authored by Anton Babenko's avatar Anton Babenko

Fixed circleci configs

parent 70437f08
......@@ -2,7 +2,7 @@ version: 2
terraform: &terraform
docker:
- image: hashicorp/terraform:0.12.7
- image: hashicorp/terraform:0.12.21
working_directory: /tmp/workspace/terraform
jobs:
......@@ -26,7 +26,7 @@ jobs:
command: if [[ -n "$(terraform fmt -write=false)" ]]; then echo "Some terraform files need be formatted, run 'terraform fmt' to fix"; exit 1; fi
- run:
name: Install tflint
command: wget -O /tmp/tflint.zip https://github.com/wata727/tflint/releases/download/v0.12.1/tflint_linux_amd64.zip && unzip /tmp/tflint.zip -d /usr/local/bin
command: wget -O /tmp/tflint.zip https://github.com/wata727/tflint/releases/download/v0.20.2/tflint_linux_amd64.zip && unzip /tmp/tflint.zip -d /usr/local/bin
- run:
name: Check Terraform configurations with tflint
command: tflint
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment