File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 submodules : " true"
1717
18- - name : Display AWS CLI version
19- run : make aws/cli/version
18+ - name : Install Ansible
19+ run : make ansible/install ansible/playbooks/ubuntu/install
20+
21+ - name : Install AWS Command Line Interface v2
22+ run : make aws/cli/install/v2 aws/cli/autocomplete
23+
24+ - name : Install Terraform (latest version)
25+ run : make terraform/install
26+
27+ - name : Install terraform-docs
28+ run : make terraform-docs/install
29+
30+ - name : Install checkov
31+ run : make checkov/install
32+
33+ - name : Install tflint
34+ run : make tflint/install
35+
36+ - name : Install tfsec
37+ run : make tfsec/install
38+
39+ - name : Install tfswitch
40+ run : make tfswitch/install
41+
42+ - name : Install terrascan
43+ run : make terrascan/install
You can’t perform that action at this time.
0 commit comments