@hiiretail/gcp-infra-cli 0.99.13 → 0.100.0

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.
@@ -94,7 +94,7 @@ locals {
94
94
  #Default: missing
95
95
  backup_configuration = {
96
96
  enabled = <%- enableBackups %>
97
- start_time = "04:00"
97
+ start_time = "00:00"
98
98
  location = "europe-west1"
99
99
  point_in_time_recovery_enabled = true
100
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.99.13",
3
+ "version": "0.100.0",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {