From 85b7b01dd0acfcd3847c0cbba2784b8367457729 Mon Sep 17 00:00:00 2001 From: Andy Miles Date: Sun, 8 Dec 2024 14:13:10 -0800 Subject: [PATCH] try poetry install --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index 53878e1..b0393f1 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -103,7 +103,7 @@ resource "aws_instance" "py_server" { #!/bin/bash PROJ=tfgha - POETRY=/usr/local/bin + POETRY=./local/bin WORKDIR=/home/ubuntu sudo apt-get update