Skip to content

Commit

Permalink
Updated rds postgres template port (widdix#167)
Browse files Browse the repository at this point in the history
Was: 3306
Now: 5432
  • Loading branch information
5290charlie authored and michaelwittig committed Apr 16, 2018
1 parent d0f6b59 commit 1ed7d57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions state/rds-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Resources:
'Fn::ImportValue': !Sub '${ParentVPCStack}-VPC'
SecurityGroupIngress:
- IpProtocol: tcp
FromPort: 3306
ToPort: 3306
FromPort: 5432
ToPort: 5432
SourceSecurityGroupId:
'Fn::ImportValue': !Sub '${ParentClientStack}-ClientSecurityGroup'
DatabaseSecurityGroupInSSHBastion:
Expand All @@ -127,8 +127,8 @@ Resources:
Properties:
GroupId: !Ref DatabaseSecurityGroup
IpProtocol: tcp
FromPort: 3306
ToPort: 3306
FromPort: 5432
ToPort: 5432
SourceSecurityGroupId:
'Fn::ImportValue': !Sub '${ParentSSHBastionStack}-SecurityGroup'
Key:
Expand Down

0 comments on commit 1ed7d57

Please sign in to comment.