From 44ebc83aece71abc115ed63fdca27fb860929ee6 Mon Sep 17 00:00:00 2001 From: Andy Miles Date: Thu, 5 Dec 2024 12:43:58 -0800 Subject: [PATCH] test with poetry in User --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {