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 035c6ad commit af74d30
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 @@ -42,7 +42,7 @@ user_data = <<-EOF
}

resource "aws_security_group" "allow_http" {
name = "allow_http"
name = "allow_http_flask"
description = "Allow inbound HTTP traffic"

ingress {
Expand Down

0 comments on commit af74d30

Please sign in to comment.