From b9374ba225e194bfe1a3bc38fb904098c43ebdd3 Mon Sep 17 00:00:00 2001 From: Abhinav singh <137413673+Abhinav8109@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:59:54 -0400 Subject: [PATCH] Update main.tf --- modules/http_server/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http_server/main.tf b/modules/http_server/main.tf index e790ce329e..7bd415e34e 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 '