@storm-software/terraform-tools 0.54.76 → 0.54.78

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,27 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.54.78](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.78) (2025-04-29)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **esbuild:** Add shims and interop to build
10
+ ([eea9f68a9](https://github.com/storm-software/storm-ops/commit/eea9f68a9))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([60542151f](https://github.com/storm-software/storm-ops/commit/60542151f))
13
+
14
+ ## [0.54.77](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.77) (2025-04-29)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **monorepo:** Resolve issue with workspace version linking
19
+ ([1af97d171](https://github.com/storm-software/storm-ops/commit/1af97d171))
20
+
21
+ ### Miscellaneous
22
+
23
+ - **monorepo:** Added the `update-pnpm-link` script
24
+ ([1b59ed92e](https://github.com/storm-software/storm-ops/commit/1b59ed92e))
25
+
5
26
  ## [0.54.76](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.76) (2025-04-29)
6
27
 
7
28
  ### 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.75-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.77-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,7 +40,6 @@ 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
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Terraform Tools](#storm-terraform-tools)
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-ACQ7AUDY.mjs";
3
+ } from "./chunk-ADD4YRF2.mjs";
4
4
  import {
5
5
  __name
6
- } from "./chunk-NM2XRTN6.mjs";
6
+ } from "./chunk-LECNG3SU.mjs";
7
7
 
8
8
  // ../config-tools/src/utilities/run.ts
9
9
  import { exec, execSync } from "node:child_process";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-NM2XRTN6.mjs";
3
+ } from "./chunk-LECNG3SU.mjs";
4
4
 
5
5
  // ../config-tools/src/config-file/get-config-file.ts
6
6
  import { loadConfig } from "c12";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-UH5WSHEA.mjs";
3
+ } from "./chunk-7GKRGIYB.mjs";
4
4
 
5
5
  // src/executors/plan/executor.ts
6
6
  var executor_default = withTerraformExecutor("plan");
@@ -15,12 +15,12 @@ import {
15
15
  writeSuccess,
16
16
  writeTrace,
17
17
  writeWarning
18
- } from "./chunk-ACQ7AUDY.mjs";
18
+ } from "./chunk-ADD4YRF2.mjs";
19
19
  import {
20
20
  __dirname,
21
21
  __name,
22
22
  __require
23
- } from "./chunk-NM2XRTN6.mjs";
23
+ } from "./chunk-LECNG3SU.mjs";
24
24
 
25
25
  // src/generators/init/init.ts
26
26
  import { formatFiles as formatFiles9 } from "@nx/devkit";
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  throw Error('Dynamic require of "' + x + '" is not supported');
8
8
  });
9
9
 
10
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=6f5ec3d4990820b9e30a2e3135e1e171cde70966824e3b0ca9c0d2f02fc93f24__c75bd232a33dcb63ad2eb667808a0247/node_modules/tsup/assets/esm_shims.js
10
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=d6d235bacb1b52781b6422127cf8179bf4fa7087e1b44c74b6d276e3935d9a55__7a3232d6d9fb61feedaa124fde7a8801/node_modules/tsup/assets/esm_shims.js
11
11
  import { fileURLToPath } from "url";
12
12
  import path from "path";
13
13
  var getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-UH5WSHEA.mjs";
3
+ } from "./chunk-7GKRGIYB.mjs";
4
4
 
5
5
  // src/executors/output/executor.ts
6
6
  var executor_default = withTerraformExecutor("output");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-UH5WSHEA.mjs";
3
+ } from "./chunk-7GKRGIYB.mjs";
4
4
 
5
5
  // src/executors/apply/executor.ts
6
6
  var executor_default = withTerraformExecutor("apply");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-UH5WSHEA.mjs";
3
+ } from "./chunk-7GKRGIYB.mjs";
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
6
  var executor_default = withTerraformExecutor("destroy");
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-LXKO7ZLH.js');
2
+ require('./chunk-YBMM6DDX.js');
3
3
  require('./chunk-JPGERIM3.js');
4
4
  require('./chunk-ESAA5DIO.js');
5
- require('./chunk-YBMM6DDX.js');
5
+ require('./chunk-LXKO7ZLH.js');
6
6
  require('./chunk-ZAMME4JX.js');
7
7
  require('./chunk-FC5AL6FF.js');
8
8
  require('./chunk-3GQAWCBQ.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-QBGJTJNT.mjs";
3
- import "./chunk-O7OJZ72R.mjs";
4
- import "./chunk-X7DJ4DVD.mjs";
5
- import "./chunk-NXSCFV7N.mjs";
6
- import "./chunk-UH5WSHEA.mjs";
7
- import "./chunk-ACQ7AUDY.mjs";
8
- import "./chunk-NM2XRTN6.mjs";
2
+ import "./chunk-QRWLY76Y.mjs";
3
+ import "./chunk-LM6DF3A3.mjs";
4
+ import "./chunk-G5KGU4NA.mjs";
5
+ import "./chunk-QTVOSNJ5.mjs";
6
+ import "./chunk-7GKRGIYB.mjs";
7
+ import "./chunk-ADD4YRF2.mjs";
8
+ import "./chunk-LECNG3SU.mjs";
@@ -1,9 +1,9 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-GZQXAEBW.mjs";
5
- import "./chunk-ACQ7AUDY.mjs";
6
- import "./chunk-NM2XRTN6.mjs";
4
+ } from "./chunk-IKSXY27A.mjs";
5
+ import "./chunk-ADD4YRF2.mjs";
6
+ import "./chunk-LECNG3SU.mjs";
7
7
  export {
8
8
  initGenerator
9
9
  };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
2
- require('./chunk-LXKO7ZLH.js');
2
+ require('./chunk-YBMM6DDX.js');
3
3
  require('./chunk-JPGERIM3.js');
4
4
  require('./chunk-ESAA5DIO.js');
5
5
  require('./chunk-N2YKXZ5R.js');
@@ -10,7 +10,7 @@ require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
12
12
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
- require('./chunk-YBMM6DDX.js');
13
+ require('./chunk-LXKO7ZLH.js');
14
14
 
15
15
 
16
16
  var _chunkZAMME4JXjs = require('./chunk-ZAMME4JX.js');
package/dist/index.mjs CHANGED
@@ -1,21 +1,21 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-QBGJTJNT.mjs";
3
- import "./chunk-O7OJZ72R.mjs";
4
- import "./chunk-X7DJ4DVD.mjs";
2
+ import "./chunk-QRWLY76Y.mjs";
3
+ import "./chunk-LM6DF3A3.mjs";
4
+ import "./chunk-G5KGU4NA.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-GZQXAEBW.mjs";
8
+ } from "./chunk-IKSXY27A.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-NXSCFV7N.mjs";
13
+ import "./chunk-QTVOSNJ5.mjs";
14
14
  import {
15
15
  withTerraformExecutor
16
- } from "./chunk-UH5WSHEA.mjs";
17
- import "./chunk-ACQ7AUDY.mjs";
18
- import "./chunk-NM2XRTN6.mjs";
16
+ } from "./chunk-7GKRGIYB.mjs";
17
+ import "./chunk-ADD4YRF2.mjs";
18
+ import "./chunk-LECNG3SU.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-NM2XRTN6.mjs";
4
+ import "../../chunk-LECNG3SU.mjs";
5
5
  export {
6
6
  base_terraform_executor_untyped_default as default
7
7
  };
@@ -4,9 +4,9 @@ import {
4
4
  } from "../../chunk-EL25IDXP.mjs";
5
5
  import {
6
6
  withTerraformExecutor
7
- } from "../../chunk-UH5WSHEA.mjs";
8
- import "../../chunk-ACQ7AUDY.mjs";
9
- import "../../chunk-NM2XRTN6.mjs";
7
+ } from "../../chunk-7GKRGIYB.mjs";
8
+ import "../../chunk-ADD4YRF2.mjs";
9
+ import "../../chunk-LECNG3SU.mjs";
10
10
  export {
11
11
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
12
12
  withTerraformExecutor
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "../../chunk-UH5WSHEA.mjs";
4
- import "../../chunk-ACQ7AUDY.mjs";
5
- import "../../chunk-NM2XRTN6.mjs";
3
+ } from "../../chunk-7GKRGIYB.mjs";
4
+ import "../../chunk-ADD4YRF2.mjs";
5
+ import "../../chunk-LECNG3SU.mjs";
6
6
  export {
7
7
  withTerraformExecutor
8
8
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-NXSCFV7N.mjs";
4
- import "../../../chunk-UH5WSHEA.mjs";
5
- import "../../../chunk-ACQ7AUDY.mjs";
6
- import "../../../chunk-NM2XRTN6.mjs";
3
+ } from "../../../chunk-QRWLY76Y.mjs";
4
+ import "../../../chunk-7GKRGIYB.mjs";
5
+ import "../../../chunk-ADD4YRF2.mjs";
6
+ import "../../../chunk-LECNG3SU.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-QBGJTJNT.mjs";
4
- import "../../../chunk-UH5WSHEA.mjs";
5
- import "../../../chunk-ACQ7AUDY.mjs";
6
- import "../../../chunk-NM2XRTN6.mjs";
3
+ } from "../../../chunk-QTVOSNJ5.mjs";
4
+ import "../../../chunk-7GKRGIYB.mjs";
5
+ import "../../../chunk-ADD4YRF2.mjs";
6
+ import "../../../chunk-LECNG3SU.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-O7OJZ72R.mjs";
4
- import "../../../chunk-UH5WSHEA.mjs";
5
- import "../../../chunk-ACQ7AUDY.mjs";
6
- import "../../../chunk-NM2XRTN6.mjs";
3
+ } from "../../../chunk-LM6DF3A3.mjs";
4
+ import "../../../chunk-7GKRGIYB.mjs";
5
+ import "../../../chunk-ADD4YRF2.mjs";
6
+ import "../../../chunk-LECNG3SU.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-X7DJ4DVD.mjs";
4
- import "../../../chunk-UH5WSHEA.mjs";
5
- import "../../../chunk-ACQ7AUDY.mjs";
6
- import "../../../chunk-NM2XRTN6.mjs";
3
+ } from "../../../chunk-G5KGU4NA.mjs";
4
+ import "../../../chunk-7GKRGIYB.mjs";
5
+ import "../../../chunk-ADD4YRF2.mjs";
6
+ import "../../../chunk-LECNG3SU.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-GZQXAEBW.mjs";
5
- import "../../../chunk-ACQ7AUDY.mjs";
6
- import "../../../chunk-NM2XRTN6.mjs";
4
+ } from "../../../chunk-IKSXY27A.mjs";
5
+ import "../../../chunk-ADD4YRF2.mjs";
6
+ import "../../../chunk-LECNG3SU.mjs";
7
7
  export {
8
8
  init_default as default,
9
9
  initGenerator
@@ -1,4 +1,4 @@
1
- import "./chunk-NM2XRTN6.mjs";
1
+ import "./chunk-LECNG3SU.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.54.76",
3
+ "version": "0.54.78",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",