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 17, 2024
1 parent eb8c365 commit 7a53376
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ resource "aws_security_group" "allow_app" {
}
}

# Add CloudWatch logging if needed
resource "aws_cloudwatch_log_group" "app_logs" {
name = "/ec2/flask-app"
retention_in_days = 14
}

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

0 comments on commit 7a53376

Please sign in to comment.