From 9ee69040f998cc5fdd7f942c29c8e0ffd348896f Mon Sep 17 00:00:00 2001 From: Jeevesh Singhroa <31032758+JeeveshSinghroa@users.noreply.github.com> Date: Sun, 29 Jan 2023 20:33:15 +0530 Subject: [PATCH] fix: Formatting of the commented line Fixed formatting of the commented line. --- Section 2 - Read, Generate, Modify Congiruations/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Section 2 - Read, Generate, Modify Congiruations/reference.md b/Section 2 - Read, Generate, Modify Congiruations/reference.md index ea335c2..a8f90b9 100644 --- a/Section 2 - Read, Generate, Modify Congiruations/reference.md +++ b/Section 2 - Read, Generate, Modify Congiruations/reference.md @@ -81,7 +81,7 @@ resource "aws_security_group" "allow_tls" { protocol = "tcp" cidr_blocks = ["${aws_eip.lb.public_ip}/32"] -# cidr_blocks = [aws_eip.lb.public_ip/32] + #cidr_blocks = [aws_eip.lb.public_ip/32] } } ```