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 7a53376 commit a5b6111
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ resource "aws_instance" "py_server" {
instance_type = "t2.micro"
vpc_security_group_ids = [aws_security_group.allow_app.id]

# Add IAM role if needed
# iam_instance_profile = aws_iam_instance_profile.ec2_profile.name

user_data = <<-EOF
#!/bin/bash
exec > >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1
Expand Down

0 comments on commit a5b6111

Please sign in to comment.