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] } } ```