diff --git a/app-install/main.tf b/app-install/main.tf
index 04c314e..e501326 100644
--- a/app-install/main.tf
+++ b/app-install/main.tf
@@ -26,6 +26,7 @@ resource "null_resource" "application-install" {
provisioner "remote-exec" {
inline = [
+ "apt-get update",
"apt-get install apache2 -y"
]
}
diff --git a/docs/index.html b/docs/index.html
index ac0ad42..ec0d16e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -87,5 +87,7 @@
+
+