Skip to content

Instantly share code, notes, and snippets.

@mynameisameed
Last active June 28, 2021 17:10
Show Gist options
  • Save mynameisameed/5e11462bd356fa1f42650562377fe242 to your computer and use it in GitHub Desktop.
Save mynameisameed/5e11462bd356fa1f42650562377fe242 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update && sudo apt -y install apache2
echo '<!doctype html><html><body><h1>Hello You Successfully was able to run a webserver on GCP with Terraform!</h1></body></html>' | sudo tee /var/www/html/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment