Skip to content

Commit

Permalink
chore(lesson4): add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal.szymaniuk committed Feb 2, 2024
1 parent 3f32076 commit 90a744b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ resource "aws_security_group" "ec2_sg" {
{
from_port = "80"
to_port = "80"
}
},
ingress = {
from_port = "22"
to_port = "22"
}
},
]
tags = {
Name = "ec2_sg"
Expand Down

0 comments on commit 90a744b

Please sign in to comment.