@storm-software/terraform-tools 0.66.93 → 0.66.95

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 (36) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{chunk-TZ3XK5DI.mjs → chunk-3VGXHRAO.mjs} +1 -1
  3. package/dist/{chunk-D4U46GWE.mjs → chunk-AODO7D3K.mjs} +1 -1
  4. package/dist/{chunk-UIV26GY2.js → chunk-CSSURIXD.js} +2 -2
  5. package/dist/{chunk-CAIQR7GN.js → chunk-HS73TMOT.js} +6 -5
  6. package/dist/{chunk-HYE3BAA4.mjs → chunk-NJLY6WFM.mjs} +1 -1
  7. package/dist/{chunk-EOOFQKYU.mjs → chunk-NWY3M4Y7.mjs} +1 -1
  8. package/dist/{chunk-N2PWQQSE.mjs → chunk-P2FCEKRM.mjs} +1 -1
  9. package/dist/{chunk-7XVRK5WD.js → chunk-PDAPEFJV.js} +158 -158
  10. package/dist/{chunk-CSYTB2N7.js → chunk-VPDCPMT4.js} +2 -2
  11. package/dist/{chunk-JS3EKPPV.js → chunk-VVTZK7QC.js} +2 -2
  12. package/dist/{chunk-OHTE4UWL.js → chunk-W4YTEVEK.js} +2 -2
  13. package/dist/{chunk-XGSETPII.mjs → chunk-WWQYEF4W.mjs} +1 -1
  14. package/dist/{chunk-YLEMDXGU.js → chunk-Y77JFNOZ.js} +2 -2
  15. package/dist/{chunk-PH7BX4DL.mjs → chunk-YOTIWEB3.mjs} +6 -5
  16. package/dist/executors.js +6 -6
  17. package/dist/executors.mjs +6 -6
  18. package/dist/generators.js +3 -3
  19. package/dist/generators.mjs +2 -2
  20. package/dist/index.js +8 -8
  21. package/dist/index.mjs +7 -7
  22. package/dist/src/base/index.js +3 -3
  23. package/dist/src/base/index.mjs +2 -2
  24. package/dist/src/base/terraform-executor.js +3 -3
  25. package/dist/src/base/terraform-executor.mjs +2 -2
  26. package/dist/src/executors/apply/executor.js +4 -4
  27. package/dist/src/executors/apply/executor.mjs +3 -3
  28. package/dist/src/executors/destroy/executor.js +4 -4
  29. package/dist/src/executors/destroy/executor.mjs +3 -3
  30. package/dist/src/executors/output/executor.js +4 -4
  31. package/dist/src/executors/output/executor.mjs +3 -3
  32. package/dist/src/executors/plan/executor.js +4 -4
  33. package/dist/src/executors/plan/executor.mjs +3 -3
  34. package/dist/src/generators/init/init.js +3 -3
  35. package/dist/src/generators/init/init.mjs +2 -2
  36. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.94](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.94) (02/20/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.38**
10
+ - Updated **config-tools** to **v1.189.6**
11
+ - Updated **config** to **v1.135.7**
12
+
13
+ ## [0.66.93](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.93) (02/18/2026)
14
+
15
+ ### Miscellaneous
16
+
17
+ - **monorepo:** Update `README.md` files ([3755247b8](https://github.com/storm-software/storm-ops/commit/3755247b8))
18
+ - **monorepo:** Update workspace's `README.md` files ([b31df09bc](https://github.com/storm-software/storm-ops/commit/b31df09bc))
19
+
20
+ ### Updated Dependencies
21
+
22
+ - Updated **workspace-tools** to **v1.294.37**
23
+ - Updated **config-tools** to **v1.189.5**
24
+ - Updated **config** to **v1.135.6**
25
+
5
26
  ## [0.66.92](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.92) (02/18/2026)
6
27
 
7
28
  ### Miscellaneous
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-N2PWQQSE.mjs";
3
+ } from "./chunk-P2FCEKRM.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-N2PWQQSE.mjs";
3
+ } from "./chunk-P2FCEKRM.mjs";
4
4
 
5
5
  // src/executors/output/executor.ts
6
6
  var executor_default = withTerraformExecutor("output");
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkOHTE4UWLjs = require('./chunk-OHTE4UWL.js');
3
+ var _chunkW4YTEVEKjs = require('./chunk-W4YTEVEK.js');
4
4
 
5
5
  // src/executors/output/executor.ts
6
- var executor_default = _chunkOHTE4UWLjs.withTerraformExecutor.call(void 0, "output");
6
+ var executor_default = _chunkW4YTEVEKjs.withTerraformExecutor.call(void 0, "output");
7
7
 
8
8
 
9
9
 
@@ -329,11 +329,12 @@ var getStopwatch = (name) => {
329
329
  const start = /* @__PURE__ */ new Date();
330
330
  return () => {
331
331
  console.info(
332
- `
333
- > \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0, start, {
334
- includeSeconds: true
335
- })} to complete
336
- `
332
+ `> \u23F1 The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0,
333
+ start,
334
+ {
335
+ includeSeconds: true
336
+ }
337
+ )} to complete`
337
338
  );
338
339
  };
339
340
  };
@@ -21,7 +21,7 @@ import {
21
21
  writeSuccess,
22
22
  writeTrace,
23
23
  writeWarning
24
- } from "./chunk-PH7BX4DL.mjs";
24
+ } from "./chunk-YOTIWEB3.mjs";
25
25
  import {
26
26
  __dirname
27
27
  } from "./chunk-M2LOLSVC.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-N2PWQQSE.mjs";
3
+ } from "./chunk-P2FCEKRM.mjs";
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
6
  var executor_default = withTerraformExecutor("destroy");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-PH7BX4DL.mjs";
3
+ } from "./chunk-YOTIWEB3.mjs";
4
4
 
5
5
  // ../config-tools/src/utilities/run.ts
6
6
  import { exec, execSync } from "node:child_process";