@hiiretail/gcp-infra-cli 0.103.0 → 0.103.1

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.
@@ -35,9 +35,9 @@ inputs = merge(
35
35
  project_id = local.project_vars.locals.project_id
36
36
  secrets = {
37
37
  postgresql_instance_connection_name = dependency.instance.outputs.instance_connection_name
38
- postgresql_master_password          = dependency.instance.outputs.generated_user_password
39
- postgresql_public_address           = dependency.instance.outputs.public_ip_address
40
- postgresql_address                  = dependency.instance.outputs.private_ip_address
38
+ postgresql_master_password = dependency.instance.outputs.generated_user_password
39
+ postgresql_public_address = dependency.instance.outputs.public_ip_address
40
+ postgresql_address = dependency.instance.outputs.private_ip_address
41
41
  }
42
42
  labels = local.labels,
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.103.0",
3
+ "version": "0.103.1",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {