@hiiretail/gcp-infra-cli 0.84.3 → 0.84.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.
@@ -1,3 +1,4 @@
1
1
  # Modify the following map by adding secrets for your GCP project
2
- secrets:
3
- secret-name: "secret-value"
2
+ # secrets:
3
+ # secret-name: "secret-value"
4
+ secrets: {}
@@ -1 +1 @@
1
- 1.2.7
1
+ 1.4.6
@@ -1 +1 @@
1
- 0.38.0
1
+ 0.45.0
@@ -1,11 +1,5 @@
1
1
  locals {
2
- region = "europe-west1"
3
- # Availability: LOW(single-zone) or HIGH(multi-zone)
4
- availability = "LOW"
5
- # Cluster storage limit (GB)
6
- storage = 5000
7
- # Network ingress limit (MBps)
8
- network_ingress = 100
9
- # Network egress limit (MBps)
10
- network_egress = 100
2
+ region = "europe-west1"
3
+ availability = "SINGLE_ZONE"
4
+ schema_registry_region = "sgreg-5" #europe-west3
11
5
  }
@@ -1,5 +1,5 @@
1
1
  terraform {
2
- source = "git::https://github.com/extenda/tf-module-gcp-confluent//?ref=v0.1.0"
2
+ source = "git::https://github.com/extenda/tf-module-gcp-confluent//?ref=v1.0.0"
3
3
  }
4
4
 
5
5
  locals {
@@ -19,10 +19,7 @@ inputs = merge(
19
19
  {
20
20
  environment = "${local.common_vars.locals.tribe_name}-${local.common_vars.locals.clan_name}"
21
21
  name = "<%-clusterName%>-${local.common_vars.locals.tribe_name}-${local.common_vars.locals.clan_name}-${local.project_vars.locals.project_env}"
22
-
23
- github_repo = "${local.common_vars.locals.tribe_name}-${local.common_vars.locals.clan_name}-common"
24
- github_secret = "CONFLUENT_SA_${upper(local.project_vars.locals.project_env)}"
25
-
26
- project_id = local.project_vars.locals.project_id
22
+ project_env = "${local.project_vars.locals.project_env}"
23
+ project_id = local.project_vars.locals.project_id
27
24
  }
28
25
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.84.3",
3
+ "version": "0.84.5",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {