Skip to content

Commit

Permalink
Changed terraform scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hvudeshi committed Nov 2, 2021
1 parent 5f2ad60 commit 52d996e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Code/Infrastructure/SRIJAS_AWS/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Code/Infrastructure/SRIJAS_AWS/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
cd /home/ubuntu
mkdir project
cd project
git clone https://github.com/ineelshah/SRIJAS.git
git clone https://github.com/hvudeshi/SRIJAS.git
sudo chown -R ubuntu:ubuntu SRIJAS/
cd SRIJAS/Code
echo '{"server_name" : "${aws_db_instance.default.address}", "user_name":"${var.db_user_name}", "password": "${var.db_password}", "db_name": "${aws_db_instance.default.name}", "email_password": "${var.email_password}"}' > Web_app/parameters.json
Expand Down Expand Up @@ -117,7 +117,7 @@ google-chrome-stable --version
cd /home/ubuntu
mkdir project
cd project
git clone https://github.com/ineelshah/SRIJAS.git
git clone https://github.com/hvudeshi/SRIJAS.git
cd SRIJAS/Code
echo '{"server_name" : "${aws_db_instance.default.address}", "user_name":"${var.db_user_name}", "password": "${var.db_password}", "db_name": "${aws_db_instance.default.name}", "linked_in_pwd":"SRIJASGMAILPWD"}' > Scrapper/parameters.json
virtualenv -q -p /usr/bin/python3.8 $1
Expand Down
Binary file removed Harshil_Shah_Resume.pdf
Binary file not shown.

0 comments on commit 52d996e

Please sign in to comment.