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{