Skip to content

Commit c3fe7fa

Browse files
Deployment fix: Upgrade postgresql engine version from 13.6 to 13.7 (#50)
Co-authored-by: nicolasbolanosamazon <[email protected]>
1 parent f547908 commit c3fe7fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/lab1.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ Resources:
835835
AvailabilityZones: [ !Select [0, !GetAZs ''], !Select [1, !GetAZs ''] ]
836836
DBSubnetGroupName: !Ref RDSSubnetGroup
837837
Engine: aurora-postgresql
838-
EngineVersion: 13.6
838+
EngineVersion: 13.7
839839
Port: 5432
840840
DBClusterParameterGroupName: !Ref RDSClusterParameterGroup
841841
VpcSecurityGroupIds:
@@ -875,7 +875,7 @@ Resources:
875875
AvailabilityZones: [ !Select [0, !GetAZs ''], !Select [1, !GetAZs ''] ]
876876
DBSubnetGroupName: !Ref RDSSubnetGroup
877877
Engine: aurora-postgresql
878-
EngineVersion: 13.6
878+
EngineVersion: 13.7
879879
Port: 5432
880880
DBClusterParameterGroupName: !Ref RDSClusterParameterGroup
881881
VpcSecurityGroupIds:
@@ -915,7 +915,7 @@ Resources:
915915
AvailabilityZones: [ !Select [0, !GetAZs ''], !Select [1, !GetAZs ''] ]
916916
DBSubnetGroupName: !Ref RDSSubnetGroup
917917
Engine: aurora-postgresql
918-
EngineVersion: 13.6
918+
EngineVersion: 13.7
919919
Port: 5432
920920
DBClusterParameterGroupName: !Ref RDSClusterParameterGroup
921921
VpcSecurityGroupIds:
@@ -955,7 +955,7 @@ Resources:
955955
AvailabilityZones: [ !Select [0, !GetAZs ''], !Select [1, !GetAZs ''] ]
956956
DBSubnetGroupName: !Ref RDSSubnetGroup
957957
Engine: aurora-postgresql
958-
EngineVersion: 13.6
958+
EngineVersion: 13.7
959959
Port: 5432
960960
DBClusterParameterGroupName: !Ref RDSClusterParameterGroup
961961
VpcSecurityGroupIds:

0 commit comments

Comments
 (0)