FIX: Corrected postgres-sg Description
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user