Browse Source

remove python all together

Chris Mague 4 năm trước cách đây
mục cha
commit
61d3bbe69d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      provisioning.tf

+ 1 - 1
provisioning.tf

@@ -9,7 +9,7 @@ resource "null_resource" "remote-config" {
       private_key = file(local.ssh_key_path)
       agent       = true
     }
-    inline = ["sudo apt update > /dev/null  && sudo apt install -y python-pip > /dev/null"]
+    inline = ["sudo apt update > /dev/null"]
   }
   depends_on = [aws_instance.re, aws_eip_association.re-eip-assoc, null_resource.inventory-setup, null_resource.ssh-setup]
 }