From 0ade647bd422fee7f4b10bfcc6e3ff1bfc56231d Mon Sep 17 00:00:00 2001 From: fahd Date: Wed, 12 Aug 2026 19:13:38 +0300 Subject: [PATCH] FIX: Corrected postgres-sg Description --- infrastructure/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.go b/infrastructure/main.go index 2693aaa..5a70a5d 100644 --- a/infrastructure/main.go +++ b/infrastructure/main.go @@ -197,7 +197,7 @@ func main() { myIPCidr := fmt.Sprintf("%s/32", myIP) dbSecurityGroup, err := ec2.NewSecurityGroup(ctx, "postgres-sg", &ec2.SecurityGroupArgs{ - Description: pulumi.String("Allow Postgres access from within the VPC and the deployer's IP"), + Description: pulumi.String("Allow Postgres access from within the VPC and the deployers IP"), VpcId: pulumi.String(vpc.Id), Ingress: ec2.SecurityGroupIngressArray{ &ec2.SecurityGroupIngressArgs{