diff --git a/terraform/main.tf b/terraform/main.tf index 737eac7..37b1d68 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -15,7 +15,7 @@ provider "aws" { from_port = 22 to_port = 22 protocol = "tcp" - cidr_blocks = ["0.0.0.0/0"] # Be cautious with this setting; restrict to specific IPs if possible + cidr_blocks = ["0.0.0.0/0"] } egress {