@factiii/stack 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -178,7 +178,7 @@ exports.rdsFixes = [
178
178
  ' --vpc-security-group-ids ' + rdsSgId +
179
179
  ' --no-publicly-accessible' +
180
180
  ' --storage-type gp2' +
181
- ' --backup-retention-period 7', region);
181
+ ' --backup-retention-period 1', region);
182
182
  console.log(' Creating RDS instance: ' + dbId);
183
183
  console.log(' Engine: PostgreSQL 15');
184
184
  console.log(' Instance class: db.t3.micro (free tier eligible)');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factiii/stack",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Infrastructure management package for deploying services to servers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",