Skip to content

Commit

Permalink
feat: Adding TFLint
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Aug 23, 2022
1 parent 98fd5a0 commit 3a9a7ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/terraform/ansible/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
apt:
name: "{{ terraform_packages }}"
state: present

- name: Install TFLint
raw: curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash

0 comments on commit 3a9a7ac

Please sign in to comment.