Skip to content

Commit

Permalink
Update apache_config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
easyawslearn authored Oct 3, 2019
1 parent 46d8335 commit fcfd447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-aws-ec2-userdata/apache_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sudo yum update -y
sudo yum install -y httpd.x86_64
sudo service httpd start
sudo service httpd enable
echo "<h1>Deployed via Terraform</h1>" | yum tee /var/www/html/index.html
echo "<h1>Deployed via Terraform</h1>" | sudo tee /var/www/html/index.html

0 comments on commit fcfd447

Please sign in to comment.