File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ Object {
635635 " DeletionPolicy" : " Retain" ,
636636 " Properties" : Object {
637637 " AllocatedStorage" : " 20" ,
638- " AllowMajorVersionUpgrade" : true ,
638+ " AllowMajorVersionUpgrade" : false ,
639639 " AssociatedRoles" : Array [
640640 Object {
641641 " FeatureName" : " Lambda" ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export class PinBoardStack extends GuStack {
105105 allocatedStorage : 20 , // minimum for GP2
106106 storageEncrypted : true ,
107107 autoMinorVersionUpgrade : true ,
108- allowMajorVersionUpgrade : true ,
108+ allowMajorVersionUpgrade : false ,
109109 instanceType : ec2 . InstanceType . of (
110110 ec2 . InstanceClass . T4G ,
111111 isPROD ? ec2 . InstanceSize . SMALL : ec2 . InstanceSize . MICRO
You can’t perform that action at this time.
0 commit comments