Skip to content

Commit fcfd447

Browse files
authored
Update apache_config.sh
1 parent 46d8335 commit fcfd447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-aws-ec2-userdata/apache_config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ sudo yum update -y
33
sudo yum install -y httpd.x86_64
44
sudo service httpd start
55
sudo service httpd enable
6-
echo "<h1>Deployed via Terraform</h1>" | yum tee /var/www/html/index.html
6+
echo "<h1>Deployed via Terraform</h1>" | sudo tee /var/www/html/index.html

0 commit comments

Comments
 (0)