From 707ec03fdb2e033df714dba238173b76c08a47a0 Mon Sep 17 00:00:00 2001 From: Andy Miles Date: Sun, 8 Dec 2024 13:46:14 -0800 Subject: [PATCH] try poetry install --- terraform/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/main.tf b/terraform/main.tf index 4133e58..28ccebc 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -95,6 +95,7 @@ resource "aws_security_group" "allow_http" { } } + resource "aws_instance" "py_server" { ami = "ami-06946f6c9b153d494" instance_type = "t2.micro"