@storm-software/terraform-tools 0.54.55 → 0.54.57

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,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.54.57](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.57) (2025-04-10)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([82c74e006](https://github.com/storm-software/storm-ops/commit/82c74e006))
11
+
12
+ ## [0.54.56](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.56) (2025-04-09)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([e29270ba8](https://github.com/storm-software/storm-ops/commit/e29270ba8))
18
+
5
19
  ## [0.54.55](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.55) (2025-04-09)
6
20
 
7
21
  ### 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.54.54-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.54.56-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 -->
@@ -1131,8 +1131,10 @@ var getEntryPoints = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
1131
1131
  return ret;
1132
1132
  }, []));
1133
1133
  } else {
1134
- _chunkOFLYCEQVjs.writeDebug.call(void 0, `Trying to add entry point ${entryPoint}"`, config);
1135
- if (!paths.some((p) => p.in === entryPoint.in)) {
1134
+ _chunkOFLYCEQVjs.writeDebug.call(void 0, `Adding ESBuild entry point
1135
+ - Input: ${entryPoint.in}
1136
+ - Output: ${entryPoint.out}`, config);
1137
+ if (!paths.some((p) => p.out === entryPoint.out)) {
1136
1138
  paths.push(entryPoint);
1137
1139
  }
1138
1140
  }
@@ -1132,8 +1132,10 @@ var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRo
1132
1132
  return ret;
1133
1133
  }, []));
1134
1134
  } else {
1135
- writeDebug(`Trying to add entry point ${entryPoint}"`, config);
1136
- if (!paths.some((p) => p.in === entryPoint.in)) {
1135
+ writeDebug(`Adding ESBuild entry point
1136
+ - Input: ${entryPoint.in}
1137
+ - Output: ${entryPoint.out}`, config);
1138
+ if (!paths.some((p) => p.out === entryPoint.out)) {
1137
1139
  paths.push(entryPoint);
1138
1140
  }
1139
1141
  }
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-SHSQW7WA.js');
3
2
  require('./chunk-DJCYC7JQ.js');
4
3
  require('./chunk-N54F7ABF.js');
5
4
  require('./chunk-QLX5ZXZW.js');
5
+ require('./chunk-SHSQW7WA.js');
6
6
  require('./chunk-AWKDJF6S.js');
7
7
  require('./chunk-OFLYCEQV.js');
8
8
  require('./chunk-3GQAWCBQ.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-RRGIDHEO.mjs";
3
2
  import "./chunk-VO3C3BEJ.mjs";
4
3
  import "./chunk-DJRMAJFK.mjs";
5
4
  import "./chunk-WICTIB3T.mjs";
5
+ import "./chunk-RRGIDHEO.mjs";
6
6
  import "./chunk-PZJTLGLV.mjs";
7
7
  import "./chunk-7AZ64L3E.mjs";
8
8
  import "./chunk-Y4D6KHJP.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkNDQ2WXL4js = require('./chunk-NDQ2WXL4.js');
4
+ var _chunkWEQEQWKXjs = require('./chunk-WEQEQWKX.js');
5
5
  require('./chunk-OFLYCEQV.js');
6
6
  require('./chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkNDQ2WXL4js.initGenerator;
9
+ exports.initGenerator = _chunkWEQEQWKXjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-5B2XIIG3.mjs";
4
+ } from "./chunk-XOYPHEA3.mjs";
5
5
  import "./chunk-7AZ64L3E.mjs";
6
6
  import "./chunk-Y4D6KHJP.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -1,16 +1,16 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
2
- require('./chunk-SHSQW7WA.js');
3
2
  require('./chunk-DJCYC7JQ.js');
4
3
  require('./chunk-N54F7ABF.js');
4
+ require('./chunk-QLX5ZXZW.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkNDQ2WXL4js = require('./chunk-NDQ2WXL4.js');
8
+ var _chunkWEQEQWKXjs = require('./chunk-WEQEQWKX.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
12
12
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
- require('./chunk-QLX5ZXZW.js');
13
+ require('./chunk-SHSQW7WA.js');
14
14
 
15
15
 
16
16
  var _chunkAWKDJF6Sjs = require('./chunk-AWKDJF6S.js');
@@ -20,4 +20,4 @@ require('./chunk-3GQAWCBQ.js');
20
20
 
21
21
 
22
22
 
23
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkNDQ2WXL4js.initGenerator; exports.withTerraformExecutor = _chunkAWKDJF6Sjs.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkWEQEQWKXjs.initGenerator; exports.withTerraformExecutor = _chunkAWKDJF6Sjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -1,16 +1,16 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-RRGIDHEO.mjs";
3
2
  import "./chunk-VO3C3BEJ.mjs";
4
3
  import "./chunk-DJRMAJFK.mjs";
4
+ import "./chunk-WICTIB3T.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-5B2XIIG3.mjs";
8
+ } from "./chunk-XOYPHEA3.mjs";
9
9
  import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
12
12
  } from "./chunk-EL25IDXP.mjs";
13
- import "./chunk-WICTIB3T.mjs";
13
+ import "./chunk-RRGIDHEO.mjs";
14
14
  import {
15
15
  withTerraformExecutor
16
16
  } from "./chunk-PZJTLGLV.mjs";
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkNDQ2WXL4js = require('../../../chunk-NDQ2WXL4.js');
4
+ var _chunkWEQEQWKXjs = require('../../../chunk-WEQEQWKX.js');
5
5
  require('../../../chunk-OFLYCEQV.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkNDQ2WXL4js.init_default; exports.initGenerator = _chunkNDQ2WXL4js.initGenerator;
10
+ exports.default = _chunkWEQEQWKXjs.init_default; exports.initGenerator = _chunkWEQEQWKXjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-5B2XIIG3.mjs";
4
+ } from "../../../chunk-XOYPHEA3.mjs";
5
5
  import "../../../chunk-7AZ64L3E.mjs";
6
6
  import "../../../chunk-Y4D6KHJP.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.54.55",
3
+ "version": "0.54.57",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",