From 4414718cb8904b95388d29e9fb0d1aafb19cbf35 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 27 Apr 2019 22:37:12 -0700 Subject: [PATCH] Less verbose apt-get update in TF --- Terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terraform/main.tf b/Terraform/main.tf index a955455..615d577 100644 --- a/Terraform/main.tf +++ b/Terraform/main.tf @@ -163,7 +163,7 @@ resource "aws_instance" "logger" { "sudo sed -i 's#/usr/local/go/bin/go get -u#GOPATH=/root/go /usr/local/go/bin/go get -u#g' /opt/DetectionLab/Vagrant/bootstrap.sh", "sudo sed -i 's#/vagrant/resources#/opt/DetectionLab/Vagrant/resources#g' /opt/DetectionLab/Vagrant/bootstrap.sh", "sudo chmod +x /opt/DetectionLab/Vagrant/bootstrap.sh", - "sudo apt-get update", + "sudo apt-get -qq update", "sudo /opt/DetectionLab/Vagrant/bootstrap.sh", ] connection {