diff --git a/03 - Language Syntax/manifests/app1-install.sh b/03 - Language Syntax/manifests/app1-install.sh index 95ead8c..94cfeee 100644 --- a/03 - Language Syntax/manifests/app1-install.sh +++ b/03 - Language Syntax/manifests/app1-install.sh @@ -4,7 +4,7 @@ sudo yum update -y sudo yum install -y httpd sudo systemctl enable httpd sudo service httpd start -sudo echo '

Welcome to Landmark Technologies

' | sudo tee /var/www/html/index.html +sudo echo '

Welcome to Diadem of Glory

' | sudo tee /var/www/html/index.html sudo mkdir /var/www/html/app1 sudo echo '

Welcome to Landmark Technologies

Terraform Demo

Application Version: V1

' | sudo tee /var/www/html/app1/index.html sudo curl http://169.254.169.254/latest/dynamic/instance-identity/document -o /var/www/html/app1/metadata.html