@hiiretail/gcp-infra-cli 0.88.1 → 0.88.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.
@@ -1,7 +1,8 @@
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-kubernetes-engine//modules/beta-autopilot-private-cluster?ref=v25.0.0"
4
+ # temp solution, change to the latest release once this is merged
5
+ source = "git::https://github.com/pziggo/terraform-google-kubernetes-engine//modules/beta-autopilot-private-cluster?ref=pziggo_autopilot_dns_config"
5
6
  }
6
7
 
7
8
  # Include all settings from the root terragrunt.hcl file
@@ -27,7 +27,7 @@ locals {
27
27
  subnet_region = "europe-west1"
28
28
  purpose = "REGIONAL_MANAGED_PROXY"
29
29
  role = "ACTIVE"
30
- description = "The subnet must be used only for Serverless VPC connector"
30
+ description = "Reserved proxy-only subnet for Internal load balancing"
31
31
  }
32
32
  ]
33
33
 
@@ -26,7 +26,7 @@ inputs = merge(
26
26
  project_id = dependency.project.outputs.project_id
27
27
  vpc_connectors = [
28
28
  {
29
- name = "${local.clan_name}-connector"
29
+ name = "${local.clan_name}-vpc-connector"
30
30
  region = "europe-west1"
31
31
  subnet_name = "vpc-connector-subnet"
32
32
  host_project_id = dependency.project.outputs.project_id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.88.1",
3
+ "version": "0.88.2",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {