diff --git a/files/setup.sh b/files/setup.sh
index 97660f8..99843ab 100644
--- a/files/setup.sh
+++ b/files/setup.sh
@@ -9,10 +9,12 @@ cat << EOM > /var/www/html/index.html
Meow!
-
+
EOM
echo "Your demo is now ready."
+
+
diff --git a/terraform.tfvars.example b/terraform.tfvars.example
deleted file mode 100644
index 55512f0..0000000
--- a/terraform.tfvars.example
+++ /dev/null
@@ -1,10 +0,0 @@
-resource_group = "terraform-beginners-yourname"
-hostname = "catapp9"
-location = "centralus"
-
-# Use this command to see available regions
-# az account list-locations --output table
-
-# Use this command to make sure the Standard_A0 VM is available
-# If the command returns zero results, choose a different region.
-# az vm list-skus -l centralus --output table | grep Standard_A0
\ No newline at end of file