Skip to content

Commit

Permalink
Fix postgres resource
Browse files Browse the repository at this point in the history
  • Loading branch information
MD NURE ALAM Nahid committed Feb 7, 2024
1 parent 8a8bd0c commit c8bdaf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions provider/aws/formation/resource/postgres.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@
{ "Fn::Select": [ 1, { "Fn::Split": [ ".", { "Ref": "Version" } ] } ] }
] ] },
{ "Fn::Select": [ 0, { "Fn::Split": [ ".", { "Ref": "Version" } ] } ] }
] }
} ] },
] },
{ "Ref": "ParameterGroupName" } ] },
"DBSubnetGroupName": { "Ref": "SubnetGroup" },
"DeletionProtection": { "Ref": "DeletionProtection" },
Expand Down

0 comments on commit c8bdaf9

Please sign in to comment.