Skip to content

Commit

Permalink
changed flask run command
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Nov 19, 2024
1 parent 4a8a8b5 commit ebfa91f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ resource "aws_security_group" "allow_http" {
}
}

tags = {
Name = "allow_app"
}
}

output "public_ip" {
value = aws_instance.py_server.public_ip
}

0 comments on commit ebfa91f

Please sign in to comment.