@hiiretail/gcp-infra-cli 0.92.3 → 0.92.5

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.
@@ -2,4 +2,15 @@ locals {
2
2
  tier = "<%-tier%>"
3
3
  connect_mode = "PRIVATE_SERVICE_ACCESS"
4
4
  memory_size_gb = "1" # memory size in GiB
5
+ read_replicas_mode = "READ_REPLICAS_DISABLED"
6
+ transit_encryption_mode = "DISABLED"
7
+ maintenance_policy = {
8
+ day = "MONDAY"
9
+ start_time = {
10
+ hours = 0
11
+ minutes = 0
12
+ seconds = 0
13
+ nanos = 0
14
+ }
15
+ }
5
16
  }
@@ -1,7 +1,7 @@
1
1
  # Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
2
2
  # working directory, into a temporary folder, and execute your Terraform commands in that folder.
3
3
  terraform {
4
- source = "git::https://github.com/terraform-google-modules/terraform-google-memorystore//?ref=v1.1.0"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-memorystore//?ref=v8.0.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -5,6 +5,9 @@
5
5
  oidc_service_account_email: "<%-oidcEmail%>"
6
6
  audience: "<%-audience%>"
7
7
  expiration_policy: ""
8
+ max_delivery_attempts: 5
9
+ maximum_backoff: "30s"
10
+ minimum_backoff: "2s"
8
11
  filter: 'attributes.Consumer = "<%-subscriberName%>" OR NOT attributes:Consumer' <% } %><% if (createResource == 'subscription' && pushOrPull == 'pull') { %>pull_subscriptions:
9
12
  - name: "<%-existingTopic%>+<%-subscriberName%>"
10
13
  ack_deadline_seconds: "60" <% if (env == 'prod') { %>
@@ -5,6 +5,9 @@
5
5
  oidc_service_account_email: "<%-oidcEmail%>"
6
6
  audience: "<%-audience%>"
7
7
  expiration_policy: ""
8
+ max_delivery_attempts: 5
9
+ maximum_backoff: "30s"
10
+ minimum_backoff: "2s"
8
11
  filter: 'attributes.Consumer = "<%-subscriberName%>" OR NOT attributes:Consumer'<% } %><% if (pushOrPull == 'pull') { %>pull_subscriptions:
9
12
  - name: "<%-existingTopic%>+<%-subscriberName%>"
10
13
  ack_deadline_seconds: "60" <% if (env == 'prod') { %>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.92.3",
3
+ "version": "0.92.5",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {