@storm-software/terraform-tools 0.66.209 → 0.66.210

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 +8 -0
  2. package/dist/{chunk-V6OBPGGO.mjs → chunk-24Z5KXVZ.mjs} +1 -1
  3. package/dist/{chunk-WUODZVIZ.js → chunk-4N5WLYTZ.js} +2 -2
  4. package/dist/{chunk-UF4IPW4W.mjs → chunk-4VBGWC4H.mjs} +2 -2
  5. package/dist/{chunk-A4XF25QY.mjs → chunk-64HH3MBZ.mjs} +1 -1
  6. package/dist/{chunk-5KWWO2Z4.mjs → chunk-6DBM53SK.mjs} +1 -1
  7. package/dist/{chunk-HBY7ZVX5.mjs → chunk-6DVN4I74.mjs} +1 -1
  8. package/dist/{chunk-6BVKOZVA.js → chunk-GAFNKKUS.js} +2 -2
  9. package/dist/{chunk-G5NMT3NX.mjs → chunk-IKAF4VFS.mjs} +1 -1
  10. package/dist/{chunk-APZDXDN3.js → chunk-IW7ZBGDG.js} +2 -2
  11. package/dist/{chunk-SZ73PEPJ.js → chunk-OLNQZPR5.js} +2 -2
  12. package/dist/{chunk-Z6FDQK7Q.js → chunk-R5XIKR4N.js} +2 -2
  13. package/dist/{chunk-QQSWY4GZ.js → chunk-UBJZ522U.js} +2 -2
  14. package/dist/{chunk-QSUEPY6I.mjs → chunk-UTVJ6ZSK.mjs} +1 -1
  15. package/dist/{chunk-V52T5L2U.js → chunk-YAJSCXAA.js} +159 -159
  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 +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.209](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.209) (05/22/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **config** to **v1.137.61**
10
+ - Updated **config-tools** to **v1.190.29**
11
+ - Updated **workspace-tools** to **v1.296.6**
12
+
5
13
  ## [0.66.208](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.208) (05/22/2026)
6
14
 
7
15
  ### Updated Dependencies
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-UF4IPW4W.mjs";
3
+ } from "./chunk-4VBGWC4H.mjs";
4
4
 
5
5
  // ../config-tools/src/utilities/run.ts
6
6
  import { exec, execSync } from "node:child_process";
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
- var _chunkZ6FDQK7Qjs = require('./chunk-Z6FDQK7Q.js');
3
+ var _chunkR5XIKR4Njs = require('./chunk-R5XIKR4N.js');
4
4
 
5
5
  // ../config-tools/src/utilities/run.ts
6
6
  var _child_process = require('child_process');
@@ -25,7 +25,7 @@ var run = (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => (
25
25
  // src/base/terraform-executor.ts
26
26
  var _shelljs = require('shelljs');
27
27
  var withTerraformExecutor = (command, executorOptions = {}) => async (_options, context) => {
28
- return _chunkZ6FDQK7Qjs.withRunExecutor.call(void 0,
28
+ return _chunkR5XIKR4Njs.withRunExecutor.call(void 0,
29
29
  `Terraform \`${command}\` Command Executor`,
30
30
  async (options, context2, config) => {
31
31
  if (!_shelljs.which.call(void 0, "tofu") || !_shelljs.which.call(void 0, "terraform")) {
@@ -365,13 +365,13 @@ ${message.sort(
365
365
  { prefix: `${prefix}--`, skip, sort },
366
366
  depth2 + 1
367
367
  )}`
368
- ).join("\n")}` : typeof message === "object" ? `
368
+ ).join("\n")}` : typeof message === "object" && message ? `
369
369
  ${Object.keys(message).filter(
370
370
  (key) => typeof key !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key.toLowerCase().trim())
371
371
  ).sort(
372
372
  sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
373
373
  ).map(
374
- (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
374
+ (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" && message[key] ? Object.keys(message[key]).filter(
375
375
  (key2) => typeof key2 !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key2.toLowerCase().trim())
376
376
  ).length === 0 ? "{}" : formatLogMessage(
377
377
  message[key],
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-V6OBPGGO.mjs";
3
+ } from "./chunk-24Z5KXVZ.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-V6OBPGGO.mjs";
3
+ } from "./chunk-24Z5KXVZ.mjs";
4
4
 
5
5
  // src/executors/output/executor.ts
6
6
  var executor_default = withTerraformExecutor("output");
@@ -21,7 +21,7 @@ import {
21
21
  writeSuccess,
22
22
  writeTrace,
23
23
  writeWarning
24
- } from "./chunk-UF4IPW4W.mjs";
24
+ } from "./chunk-4VBGWC4H.mjs";
25
25
  import {
26
26
  __dirname
27
27
  } from "./chunk-C3NYIWL4.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkWUODZVIZjs = require('./chunk-WUODZVIZ.js');
3
+ var _chunk4N5WLYTZjs = require('./chunk-4N5WLYTZ.js');
4
4
 
5
5
  // src/executors/output/executor.ts
6
- var executor_default = _chunkWUODZVIZjs.withTerraformExecutor.call(void 0, "output");
6
+ var executor_default = _chunk4N5WLYTZjs.withTerraformExecutor.call(void 0, "output");
7
7
 
8
8
 
9
9
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-V6OBPGGO.mjs";
3
+ } from "./chunk-24Z5KXVZ.mjs";
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
6
  var executor_default = withTerraformExecutor("destroy");
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkWUODZVIZjs = require('./chunk-WUODZVIZ.js');
3
+ var _chunk4N5WLYTZjs = require('./chunk-4N5WLYTZ.js');
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
- var executor_default = _chunkWUODZVIZjs.withTerraformExecutor.call(void 0, "destroy");
6
+ var executor_default = _chunk4N5WLYTZjs.withTerraformExecutor.call(void 0, "destroy");
7
7
 
8
8
 
9
9
 
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkWUODZVIZjs = require('./chunk-WUODZVIZ.js');
3
+ var _chunk4N5WLYTZjs = require('./chunk-4N5WLYTZ.js');
4
4
 
5
5
  // src/executors/plan/executor.ts
6
- var executor_default = _chunkWUODZVIZjs.withTerraformExecutor.call(void 0, "plan");
6
+ var executor_default = _chunk4N5WLYTZjs.withTerraformExecutor.call(void 0, "plan");
7
7
 
8
8
 
9
9
 
@@ -365,13 +365,13 @@ ${message.sort(
365
365
  { prefix: `${prefix}--`, skip, sort },
366
366
  depth2 + 1
367
367
  )}`
368
- ).join("\n")}` : typeof message === "object" ? `
368
+ ).join("\n")}` : typeof message === "object" && message ? `
369
369
  ${Object.keys(message).filter(
370
370
  (key) => typeof key !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key.toLowerCase().trim())
371
371
  ).sort(
372
372
  sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
373
373
  ).map(
374
- (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
374
+ (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" && message[key] ? Object.keys(message[key]).filter(
375
375
  (key2) => typeof key2 !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key2.toLowerCase().trim())
376
376
  ).length === 0 ? "{}" : formatLogMessage(
377
377
  message[key],
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkWUODZVIZjs = require('./chunk-WUODZVIZ.js');
3
+ var _chunk4N5WLYTZjs = require('./chunk-4N5WLYTZ.js');
4
4
 
5
5
  // src/executors/apply/executor.ts
6
- var executor_default = _chunkWUODZVIZjs.withTerraformExecutor.call(void 0, "apply");
6
+ var executor_default = _chunk4N5WLYTZjs.withTerraformExecutor.call(void 0, "apply");
7
7
 
8
8
 
9
9
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-V6OBPGGO.mjs";
3
+ } from "./chunk-24Z5KXVZ.mjs";
4
4
 
5
5
  // src/executors/plan/executor.ts
6
6
  var executor_default = withTerraformExecutor("plan");