@hiiretail/gcp-infra-cli 0.67.1 → 0.68.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.
@@ -1,5 +1,5 @@
1
1
  terraform {
2
- source = "git::https://github.com/extenda/tf-module-gcp-project//?ref=v1.0.2"
2
+ source = "git::https://github.com/extenda/tf-module-gcp-project//?ref=v1.0.6"
3
3
  }
4
4
 
5
5
  dependency "parent_folder" {
@@ -27,23 +27,21 @@ locals {
27
27
  set_viewer_roles = true
28
28
 
29
29
  <% if (lifecycleRules == 'true') { %>
30
- lifecycle_rules = [
31
- {
32
- action = {
33
- type = "<%-action%>" <% if (action == 'SetStorageClass') { %>
34
- storage_class = "<%-storageClass%>" <% } else { %>
35
- storage_class = null <% } %>
36
- }
37
- condition = {
38
- age = <%-age%> <% if (createdBefore != 'null') { %>
39
- created_before = "<%-createdBefore%>" <% } else { %>
40
- created_before = null <% } %> <% if (withState != 'null') { %>
41
- with_state = "<%-withState%>" <% } else { %>
42
- with_state = null <% } %> <% if (matchesStorageClass != 'null') { %>
43
- matches_storage_class = "<%-matchesStorageClass%>" <% } else { %>
44
- matches_storage_class = null <% } %>
45
- num_newer_versions = <%-numNewerVersions%>
46
- }
47
- } <% } %>
48
- ]
30
+ lifecycle_rules = [{
31
+ action = {
32
+ type = "<%-action%>" <% if (action == 'SetStorageClass') { %>
33
+ storage_class = "<%-storageClass%>" <% } else { %>
34
+ storage_class = null <% } %>
35
+ }
36
+ condition = {
37
+ age = <%-age%> <% if (createdBefore != 'null') { %>
38
+ created_before = "<%-createdBefore%>" <% } else { %>
39
+ created_before = null <% } %> <% if (withState != 'null') { %>
40
+ with_state = "<%-withState%>" <% } else { %>
41
+ with_state = null <% } %> <% if (matchesStorageClass != 'null') { %>
42
+ matches_storage_class = "<%-matchesStorageClass%>" <% } else { %>
43
+ matches_storage_class = null <% } %>
44
+ num_newer_versions = <%-numNewerVersions%>
45
+ }
46
+ }] <% } %>
49
47
  }
@@ -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-kafka//kafka-connect-ccloud?ref=v0.1.4"
4
+ source = "git::https://github.com/extenda/tf-module-kafka//kafka-connect-ccloud?ref=v1.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-kafka//kafka-connect-ccloud?ref=v0.1.4"
4
+ source = "git::https://github.com/extenda/tf-module-kafka//kafka-connect-ccloud?ref=v1.0.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/extenda/tf-module-gcp-project//?ref=v0.9.8"
2
+ source = "git::https://github.com/extenda/tf-module-gcp-project//?ref=v1.0.6"
3
3
  }
4
4
 
5
5
  dependency "tribe_folder" {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.67.1",
3
+ "version": "0.68.0",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {