|
@@ -82,7 +82,8 @@ resource "null_resource" "remote-config" {
|
|
|
private_key = file("~/.ssh/${var.vpc-name}.pem")
|
|
|
agent = true
|
|
|
}
|
|
|
- inline = ["sudo apt update > /dev/null && sudo apt install -y python python-pip > /dev/null"]
|
|
|
+ #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]
|
|
|
}
|