Sign in
third-party-mirror
/
terraform-provider-google-beta
/
7018e2f3f116fdacfd66c03551fbf0c3db62170a
/
.
/
v5.18.0
/
examples
/
shared-vpc
/
scripts
/
install-vm.sh
blob: c79fefb6337efedd0907477afe40d05062f0a98b [
file
] [
log
] [
blame
]
sudo apt
-
get update
sudo apt
-
get install apache2
-
y
sudo a2ensite default
-
ssl
sudo a2enmod ssl
sudo service apache2 restart
echo
"This is $VM_NAME"
|
sudo tee
/
var
/
www
/
html
/
index
.
html