Skip to content

Commit

Permalink
AWS cloudformation has bug for deletion policy update
Browse files Browse the repository at this point in the history
  • Loading branch information
MD NURE ALAM Nahid authored and nightfury1204 committed Nov 8, 2023
1 parent e15d844 commit f6449ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions provider/aws/formation/resource/mariadb.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
"Type": "String",
"Default": "db.t2.micro"
},
"DeletionProtection": {
"Type": "String",
"Default": "false",
"AllowedValues": [ "true", "false" ]
},
"Durable": {
"Type": "String",
"Default": "false",
Expand Down Expand Up @@ -107,7 +102,6 @@
] ] }
} ] },
"DBSubnetGroupName": { "Ref": "SubnetGroup" },
"DeletionProtection": { "Ref": "DeletionProtection" },
"Engine": "mariadb",
"EngineVersion": { "Ref": "Version" },
"Iops": { "Fn::If": [ "BlankIops", { "Ref": "AWS::NoValue" }, { "Ref": "Iops" } ] },
Expand Down
6 changes: 0 additions & 6 deletions provider/aws/formation/resource/mysql.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
"Type": "String",
"Default": "db.t2.micro"
},
"DeletionProtection": {
"Type": "String",
"Default": "false",
"AllowedValues": [ "true", "false" ]
},
"Durable": {
"Type": "String",
"Default": "false",
Expand Down Expand Up @@ -107,7 +102,6 @@
] ] }
} ] },
"DBSubnetGroupName": { "Ref": "SubnetGroup" },
"DeletionProtection": { "Ref": "DeletionProtection" },
"Engine": "mysql",
"EngineVersion": { "Ref": "Version" },
"Iops": { "Fn::If": [ "BlankIops", { "Ref": "AWS::NoValue" }, { "Ref": "Iops" } ] },
Expand Down
6 changes: 0 additions & 6 deletions provider/aws/formation/resource/postgres.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"Type": "String",
"Default": "db.t2.micro"
},
"DeletionProtection": {
"Type": "String",
"Default": "false",
"AllowedValues": [ "true", "false" ]
},
"Durable": {
"Type": "String",
"Default": "false",
Expand Down Expand Up @@ -111,7 +106,6 @@
] }
} ] },
"DBSubnetGroupName": { "Ref": "SubnetGroup" },
"DeletionProtection": { "Ref": "DeletionProtection" },
"Engine": "postgres",
"EngineVersion": { "Ref": "Version" },
"Iops": { "Fn::If": [ "BlankIops", { "Ref": "AWS::NoValue" }, { "Ref": "Iops" } ] },
Expand Down

0 comments on commit f6449ec

Please sign in to comment.