We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d8335 commit fcfd447Copy full SHA for fcfd447
terraform-aws-ec2-userdata/apache_config.sh
@@ -3,4 +3,4 @@ sudo yum update -y
3
sudo yum install -y httpd.x86_64
4
sudo service httpd start
5
sudo service httpd enable
6
-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 commit comments