@hiiretail/gcp-infra-cli 0.91.0 → 0.91.2

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.
@@ -28,7 +28,7 @@ module.exports = class extends BaseGenerator {
28
28
  },
29
29
  choices: (response) => {
30
30
  const tierTypes = {
31
- postgres: ['POSTGRES_9_6', 'POSTGRES_10', 'POSTGRES_11', 'POSTGRES_12', 'POSTGRES_13'],
31
+ postgres: ['POSTGRES_9_6', 'POSTGRES_10', 'POSTGRES_11', 'POSTGRES_12', 'POSTGRES_13', 'POSTGRES_14', 'POSTGRES_15'],
32
32
  mysql: ['MYSQL_5_6', 'MYSQL_5_7'],
33
33
  mssql: ['SQLSERVER_2017_STANDARD', 'SQLSERVER_2017_ENTERPRISE', 'SQLSERVER_2017_EXPRESS', 'SQLSERVER_2017_WEB'],
34
34
  };
@@ -24,11 +24,11 @@ locals {
24
24
  inputs = merge(
25
25
  local.spec_vars.locals,
26
26
  {
27
- name = "mssql-${local.project_vars.locals.project_name}"
27
+ name = "mssql-${local.project_vars.locals.project_name}-clan"
28
28
  ip_configuration = {
29
29
  "authorized_networks" : [],
30
30
  "ipv4_enabled" : true,
31
- "private_network" : "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.tribe_project_id}/global/networks/${local.project_vars.locals.network}",
31
+ "private_network" : "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.project_id}/global/networks/${local.project_vars.locals.clan_network}",
32
32
  "require_ssl" : false
33
33
  }
34
34
  ## Uncomment and apply it before destroy in case of necessary to delete the instance
@@ -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/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  locals {
@@ -25,12 +25,12 @@ locals {
25
25
  inputs = merge(
26
26
  local.spec_vars.locals,
27
27
  {
28
- name = "mysql-${local.project_vars.locals.project_name}"
28
+ name = "mysql-${local.project_vars.locals.project_name}-clan"
29
29
  project_id = local.project_vars.locals.project_id
30
30
  ip_configuration = {
31
31
  "authorized_networks" : [],
32
32
  "ipv4_enabled" : true,
33
- "private_network" : "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.tribe_project_id}/global/networks/${local.project_vars.locals.network}",
33
+ "private_network" : "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.project_id}/global/networks/${local.project_vars.locals.clan_network}",
34
34
  "require_ssl" : false
35
35
  }
36
36
  ## Uncomment and apply it before destroy in case of necessary to delete the instance
@@ -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/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  include {
@@ -24,11 +24,11 @@ locals {
24
24
  inputs = merge(
25
25
  local.spec_vars.locals,
26
26
  {
27
- name = "postgresql-${local.project_vars.locals.project_name}"
27
+ name = "postgresql-${local.project_vars.locals.project_name}-clan"
28
28
  ip_configuration = {
29
29
  "authorized_networks" : [],
30
30
  "ipv4_enabled" : true,
31
- "private_network" : "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.tribe_project_id}/global/networks/${local.project_vars.locals.network}",
31
+ "private_network" : "https://www.googleapis.com/compute/v1/projects/${local.project_vars.locals.project_id}/global/networks/${local.project_vars.locals.clan_network}",
32
32
  "require_ssl" : false
33
33
  }
34
34
  ## Uncomment and apply it before destroy in case of necessary to delete the instance
@@ -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/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  include {
@@ -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/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  include {
@@ -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/extenda/tf-module-gcp-secret-manager//?ref=v0.1.0"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  include {
@@ -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/extenda/tf-module-gcp-secret-manager//?ref=v0.1.1"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  locals {
@@ -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/extenda/tf-module-gcp-secret-manager//?ref=v0.1.1"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-secret-manager//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  locals {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.91.0",
3
+ "version": "0.91.2",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {