Closed fmoor closed 6 months ago
The cloudformation template was broken because the postgres version was no longer available.
This change updates the postgres version to 16.2.
I tested this change by deploying the new template and running select 1 against the deployed server.
select 1
I have updated the s3 artifact with this new template version.
The cloudformation template was broken because the postgres version was no longer available.
This change updates the postgres version to 16.2.
I tested this change by deploying the new template and running
select 1
against the deployed server.