Skip to content

Commit

Permalink
try poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 8, 2024
1 parent 707ec03 commit f96ef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ resource "aws_security_group" "allow_http" {
}
}


resource "aws_instance" "py_server" {
ami = "ami-06946f6c9b153d494"
instance_type = "t2.micro"
Expand Down Expand Up @@ -129,3 +128,4 @@ resource "aws_instance" "py_server" {
aws_security_group.allow_http.id, aws_security_group.allow_ssh.id
]
}
# c

0 comments on commit f96ef90

Please sign in to comment.