@hiiretail/gcp-infra-cli 0.95.3 → 0.96.0

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.
Files changed (25) hide show
  1. package/generators/clan-resources/clan-project/templates/clan-resources/cloud-nat/terragrunt.hcl +1 -1
  2. package/generators/clan-resources/clan-project/templates/clan-resources/cloud-nat-static-ip/terragrunt.hcl +1 -1
  3. package/generators/clan-resources/clan-project/templates/clan-resources/cloud-router/terragrunt.hcl +1 -1
  4. package/generators/clan-resources/clan-project/templates/clan-resources/network/terragrunt.hcl +1 -1
  5. package/generators/clan-resources/clan-project/templates/clan-resources/serverless-vpc-connector/terragrunt.hcl +1 -1
  6. package/generators/common-resources/bigquery/templates/bigquery/terragrunt.hcl +1 -1
  7. package/generators/common-resources/cloud-armor/templates/terragrunt.hcl +1 -1
  8. package/generators/common-resources/cloud-storage/templates/cloud-storage/terragrunt.hcl +1 -1
  9. package/generators/common-resources/cloudsql/templates/postgres-clan/instance/terragrunt.hcl +1 -1
  10. package/generators/common-resources/cloudsql-database/templates/postgres/database/terragrunt.hcl +1 -1
  11. package/generators/common-resources/elastic-cloud/templates/elastic/terragrunt.hcl +1 -1
  12. package/generators/common-resources/elastic-index-policy/templates/policy/terragrunt.hcl +1 -1
  13. package/generators/common-resources/elastic-template/templates/elastic-template/terragrunt.hcl +1 -1
  14. package/generators/common-resources/firestore/templates/firestore/terragrunt.hcl +1 -1
  15. package/generators/common-resources/kms/templates/kms/terragrunt.hcl +1 -1
  16. package/generators/common-resources/memorystore/templates/redis-instance/terragrunt.hcl +1 -1
  17. package/generators/common-resources/pubsub/templates/pubsub/terragrunt.hcl +1 -1
  18. package/generators/common-resources/pubsub/templates/pubsub-dlq/terragrunt.hcl +1 -1
  19. package/generators/common-resources/pubsub/templates/pubsub-external/terragrunt.hcl +1 -1
  20. package/generators/common-resources/spanner/templates/spanner/spec.hcl +4 -0
  21. package/generators/common-resources/spanner/templates/spanner/terragrunt.hcl +1 -1
  22. package/generators/organization/clan-project/templates/clan/terragrunt.hcl +1 -1
  23. package/generators/organization/clan-project/templates/department/terragrunt.hcl +1 -1
  24. package/generators/organization/clan-project/templates/tribe/terragrunt.hcl +1 -1
  25. package/package.json +1 -1
@@ -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-cloud-nat//?ref=v2.2.2"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-cloud-nat//?ref=v5.2.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -1,5 +1,5 @@
1
1
  terraform {
2
- source = "git::https://github.com/terraform-google-modules/terraform-google-address//?ref=v3.1.2"
2
+ source = "git::https://github.com/terraform-google-modules/terraform-google-address//?ref=v4.0.0"
3
3
  }
4
4
 
5
5
  dependency "project" {
@@ -1,5 +1,5 @@
1
1
  terraform {
2
- source = "git::https://github.com/terraform-google-modules/terraform-google-cloud-router//?ref=v5.0.0"
2
+ source = "git::https://github.com/terraform-google-modules/terraform-google-cloud-router//?ref=v6.0.2"
3
3
  }
4
4
 
5
5
  dependency "project" {
@@ -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-network//?ref=v6.0.1"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-network//?ref=v9.1.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-network//modules/vpc-serverless-connector-beta?ref=v6.0.1"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-network//modules/vpc-serverless-connector-beta?ref=v9.1.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-bigquery?ref=v5.4.0"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-bigquery?ref=v8.0.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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/GoogleCloudPlatform/terraform-google-cloud-armor//?ref=v2.0.1"
4
+ source = "git::https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor//?ref=v2.2.0"
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/terraform-google-modules/terraform-google-cloud-storage//?ref=v2.1.0"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-cloud-storage//?ref=v6.0.1"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-sql-db//modules/postgresql?ref=v20.1.0"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql?ref=v21.0.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-postgresql//?ref=v0.1.1"
4
+ source = "git::https://github.com/extenda/tf-module-postgresql//?ref=v0.1.3"
5
5
 
6
6
  before_hook "run_postgres_proxy" {
7
7
  commands = ["apply", "plan"]
@@ -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-elastic//?ref=v0.1.2"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-elastic//?ref=v0.1.7"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-elastic//policy?ref=v0.1.5"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-elastic//policy?ref=v0.1.7"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-elastic//index?ref=v0.1.5"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-elastic//index?ref=v0.1.7"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-firestore//?ref=v0.1.1"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-firestore//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-kms//?ref=v2.2.2"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-kms//?ref=v2.3.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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=v8.0.0"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-memorystore//?ref=v10.0.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-pubsub//?ref=v3.0.0"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-pubsub//?ref=v6.0.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-pubsub//?ref=v3.0.0"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-pubsub//?ref=v6.0.0"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -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-pubsub//?ref=v3.0.0"
4
+ source = "git::https://github.com/terraform-google-modules/terraform-google-pubsub//?ref=v6.0.0"
5
5
  }
6
6
 
7
7
  include {
@@ -7,6 +7,10 @@ locals {
7
7
  # It determines where your data is stored.
8
8
  instance_config = "regional-europe-west1"
9
9
 
10
+ # The edition decides which edition the spanner instance will have. Default is "STANDARD".
11
+ # The other options are "ENTERPRISE" and "ENTERPRISE_PLUS" which enable extra capabilities and additional cost
12
+ edition = "STANDARD"
13
+
10
14
  display_name = "<%-displayName%>"
11
15
  <% if (instanceAllocation == 'num_nodes') { %>
12
16
  # The number of nodes allocated to this 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-spanner//?ref=v0.1.3"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-spanner//?ref=v0.1.5"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
@@ -1,6 +1,6 @@
1
1
  # Here we specifify the Terraform Module which we will execute. We pin to a specific version.
2
2
  terraform {
3
- source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v0.3.6"
3
+ source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v1.0.1"
4
4
  }
5
5
 
6
6
  # This dependency block is used to fetch outputs from the parent folder
@@ -1,6 +1,6 @@
1
1
  # Here we specifify the Terraform Module which we will execute. We pin to a specific version.
2
2
  terraform {
3
- source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v0.3.6"
3
+ source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v1.0.1"
4
4
  }
5
5
 
6
6
  # This dependency block is used to fetch outputs from the parent folder
@@ -1,6 +1,6 @@
1
1
  # Here we specifify the Terraform Module which we will execute. We pin to a specific version.
2
2
  terraform {
3
- source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v0.3.6"
3
+ source = "git::https://github.com/extenda/tf-module-gcp-organization//?ref=v1.0.1"
4
4
  }
5
5
 
6
6
  # This dependency block is used to fetch outputs from the parent folder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.95.3",
3
+ "version": "0.96.0",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {