@storm-software/terraform-tools 0.63.7 → 0.64.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.63.7](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.7) (2025-09-15)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([fadac013c](https://github.com/storm-software/storm-ops/commit/fadac013c))
11
+
5
12
  ## [0.63.6](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.6) (2025-09-15)
6
13
 
7
14
  ### Miscellaneous
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.63.6-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.63.7-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
46
  - [Storm Terraform Tools](#storm-terraform-tools)
@@ -20,7 +20,7 @@ import {
20
20
  } from "./chunk-7NK773UQ.mjs";
21
21
  import {
22
22
  __dirname
23
- } from "./chunk-BWDSNTJE.mjs";
23
+ } from "./chunk-QFSU34UE.mjs";
24
24
 
25
25
  // src/generators/init/init.ts
26
26
  import { formatFiles as formatFiles9 } from "@nx/devkit";
@@ -2161,7 +2161,7 @@ import {
2161
2161
  import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies } from "@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies";
2162
2162
  import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
2163
2163
 
2164
- // ../git-tools/dist/chunk-5XXXTVPU.js
2164
+ // ../git-tools/dist/chunk-GRCMQK4Q.js
2165
2165
  var COMMIT_TYPES = {
2166
2166
  /* --- Bumps version when selected --- */
2167
2167
  "chore": {
@@ -2387,8 +2387,9 @@ var DEFAULT_MINIMAL_COMMIT_RULES = {
2387
2387
  ],
2388
2388
  "type-max-length": [2, "always", 20],
2389
2389
  "type-min-length": [2, "always", 3],
2390
+ "scope-empty": 0,
2390
2391
  "scope-case": 0,
2391
- "scope-empty": 0
2392
+ "scope-enum": 0
2392
2393
  /* Disabled */
2393
2394
  };
2394
2395
  var DEFAULT_MONOREPO_COMMIT_RULES = {
@@ -1,4 +1,4 @@
1
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__d6e611a074328ae4b12204b5bb78c504/node_modules/tsup/assets/esm_shims.js
1
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__951eea6f126fd84bd771c4f315c150af/node_modules/tsup/assets/esm_shims.js
2
2
  import { fileURLToPath } from "url";
3
3
  import path from "path";
4
4
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -2158,7 +2158,7 @@ var generator_default5 = withRunGenerator(
2158
2158
  var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies');
2159
2159
  var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
2160
2160
 
2161
- // ../git-tools/dist/chunk-5XXXTVPU.js
2161
+ // ../git-tools/dist/chunk-GRCMQK4Q.js
2162
2162
  var COMMIT_TYPES = {
2163
2163
  /* --- Bumps version when selected --- */
2164
2164
  "chore": {
@@ -2384,8 +2384,9 @@ var DEFAULT_MINIMAL_COMMIT_RULES = {
2384
2384
  ],
2385
2385
  "type-max-length": [2, "always", 20],
2386
2386
  "type-min-length": [2, "always", 3],
2387
+ "scope-empty": 0,
2387
2388
  "scope-case": 0,
2388
- "scope-empty": 0
2389
+ "scope-enum": 0
2389
2390
  /* Disabled */
2390
2391
  };
2391
2392
  var DEFAULT_MONOREPO_COMMIT_RULES = {
@@ -5,4 +5,4 @@ import "./chunk-SDFTWIXT.mjs";
5
5
  import "./chunk-IGPTNPTU.mjs";
6
6
  import "./chunk-OHLLDMOL.mjs";
7
7
  import "./chunk-7NK773UQ.mjs";
8
- import "./chunk-BWDSNTJE.mjs";
8
+ import "./chunk-QFSU34UE.mjs";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkIKKZXPLOjs = require('./chunk-IKKZXPLO.js');
4
+ var _chunkRJ7PALZLjs = require('./chunk-RJ7PALZL.js');
5
5
  require('./chunk-37MGUMWD.js');
6
6
 
7
7
 
8
- exports.initGenerator = _chunkIKKZXPLOjs.initGenerator;
8
+ exports.initGenerator = _chunkRJ7PALZLjs.initGenerator;
@@ -1,9 +1,9 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-T6SKELGT.mjs";
4
+ } from "./chunk-JEY5IDBE.mjs";
5
5
  import "./chunk-7NK773UQ.mjs";
6
- import "./chunk-BWDSNTJE.mjs";
6
+ import "./chunk-QFSU34UE.mjs";
7
7
  export {
8
8
  initGenerator
9
9
  };
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-NE6UXXXJ.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkIKKZXPLOjs = require('./chunk-IKKZXPLO.js');
8
+ var _chunkRJ7PALZLjs = require('./chunk-RJ7PALZL.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
@@ -19,4 +19,4 @@ require('./chunk-37MGUMWD.js');
19
19
 
20
20
 
21
21
 
22
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkIKKZXPLOjs.initGenerator; exports.withTerraformExecutor = _chunkIU6VUV4Hjs.withTerraformExecutor;
22
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkRJ7PALZLjs.initGenerator; exports.withTerraformExecutor = _chunkIU6VUV4Hjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-SDFTWIXT.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-T6SKELGT.mjs";
8
+ } from "./chunk-JEY5IDBE.mjs";
9
9
  import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
@@ -15,7 +15,7 @@ import {
15
15
  withTerraformExecutor
16
16
  } from "./chunk-OHLLDMOL.mjs";
17
17
  import "./chunk-7NK773UQ.mjs";
18
- import "./chunk-BWDSNTJE.mjs";
18
+ import "./chunk-QFSU34UE.mjs";
19
19
  export {
20
20
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
21
21
  initGenerator,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_terraform_executor_untyped_default
3
3
  } from "../../chunk-EL25IDXP.mjs";
4
- import "../../chunk-BWDSNTJE.mjs";
4
+ import "../../chunk-QFSU34UE.mjs";
5
5
  export {
6
6
  base_terraform_executor_untyped_default as default
7
7
  };
@@ -6,7 +6,7 @@ import {
6
6
  withTerraformExecutor
7
7
  } from "../../chunk-OHLLDMOL.mjs";
8
8
  import "../../chunk-7NK773UQ.mjs";
9
- import "../../chunk-BWDSNTJE.mjs";
9
+ import "../../chunk-QFSU34UE.mjs";
10
10
  export {
11
11
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
12
12
  withTerraformExecutor
@@ -2,7 +2,7 @@ import {
2
2
  withTerraformExecutor
3
3
  } from "../../chunk-OHLLDMOL.mjs";
4
4
  import "../../chunk-7NK773UQ.mjs";
5
- import "../../chunk-BWDSNTJE.mjs";
5
+ import "../../chunk-QFSU34UE.mjs";
6
6
  export {
7
7
  withTerraformExecutor
8
8
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-IGPTNPTU.mjs";
4
4
  import "../../../chunk-OHLLDMOL.mjs";
5
5
  import "../../../chunk-7NK773UQ.mjs";
6
- import "../../../chunk-BWDSNTJE.mjs";
6
+ import "../../../chunk-QFSU34UE.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-L3PVSBJE.mjs";
4
4
  import "../../../chunk-OHLLDMOL.mjs";
5
5
  import "../../../chunk-7NK773UQ.mjs";
6
- import "../../../chunk-BWDSNTJE.mjs";
6
+ import "../../../chunk-QFSU34UE.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-FSWZT3BT.mjs";
4
4
  import "../../../chunk-OHLLDMOL.mjs";
5
5
  import "../../../chunk-7NK773UQ.mjs";
6
- import "../../../chunk-BWDSNTJE.mjs";
6
+ import "../../../chunk-QFSU34UE.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-SDFTWIXT.mjs";
4
4
  import "../../../chunk-OHLLDMOL.mjs";
5
5
  import "../../../chunk-7NK773UQ.mjs";
6
- import "../../../chunk-BWDSNTJE.mjs";
6
+ import "../../../chunk-QFSU34UE.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkIKKZXPLOjs = require('../../../chunk-IKKZXPLO.js');
4
+ var _chunkRJ7PALZLjs = require('../../../chunk-RJ7PALZL.js');
5
5
  require('../../../chunk-37MGUMWD.js');
6
6
 
7
7
 
8
8
 
9
- exports.default = _chunkIKKZXPLOjs.init_default; exports.initGenerator = _chunkIKKZXPLOjs.initGenerator;
9
+ exports.default = _chunkRJ7PALZLjs.init_default; exports.initGenerator = _chunkRJ7PALZLjs.initGenerator;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-T6SKELGT.mjs";
4
+ } from "../../../chunk-JEY5IDBE.mjs";
5
5
  import "../../../chunk-7NK773UQ.mjs";
6
- import "../../../chunk-BWDSNTJE.mjs";
6
+ import "../../../chunk-QFSU34UE.mjs";
7
7
  export {
8
8
  init_default as default,
9
9
  initGenerator
@@ -1,4 +1,4 @@
1
- import "./chunk-BWDSNTJE.mjs";
1
+ import "./chunk-QFSU34UE.mjs";
2
2
 
3
3
  // tsup.config.ts
4
4
  import { defineConfig } from "tsup";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.63.7",
3
+ "version": "0.64.0",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -135,5 +135,5 @@
135
135
  "publishConfig": { "access": "public" },
136
136
  "executors": "./executors.json",
137
137
  "generators": "./generators.json",
138
- "gitHead": "e3a65d569028bf9ea0883e17613944a9edae541d"
138
+ "gitHead": "026eb81c70b21b9e4defb0b5c4dc078bbdaa7ca9"
139
139
  }