Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 4, 2024
1 parent 412d3b6 commit f94a259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ resource "aws_instance" "py_server" {
Name = "FlaskAppInstance"
}

vpc_security_group_ids = [aws_security_group.allow_http.id]
vpc_security_group_ids = [aws_security_group.allow_http1.id]
}

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

Expand Down

0 comments on commit f94a259

Please sign in to comment.