FIX: Corrected postgres-sg Description

This commit is contained in:
fahd
2026-08-12 19:13:38 +03:00
parent cb0dc37a8e
commit 0ade647bd4
+1 -1
View File
@@ -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{