diff --git a/modules/http_server/main.tf b/modules/http_server/main.tf index 7bd415e34e..d9000366a0 100644 --- a/modules/http_server/main.tf +++ b/modules/http_server/main.tf @@ -23,7 +23,7 @@ resource "google_compute_instance" "http_server" { name = "${local.network}-apache2-instance" machine_type = "f1-micro" - metadata_startup_script = "sudo apt-get update && sudo apt-get install apache2 -y && echo '