mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
New folder structure phase 1
This commit is contained in:
9
contrib/terraform-kickstarter/tf_install.sh
Normal file
9
contrib/terraform-kickstarter/tf_install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#AMZN-Linux Terraform Install Script
|
||||
git clone https://github.com/singergs/prowler.git
|
||||
git fetch
|
||||
cd prowler
|
||||
git checkout -t origin/terraform-kickstart
|
||||
sudo yum install -y yum-utils
|
||||
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
|
||||
sudo yum -y install terraform
|
||||
Reference in New Issue
Block a user