@storm-software/terraform-tools 0.54.56 → 0.54.58

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 (37) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-DJCYC7JQ.js → chunk-5OAGP7YB.js} +2 -2
  4. package/dist/{chunk-DJRMAJFK.mjs → chunk-AHNRXACX.mjs} +1 -1
  5. package/dist/{chunk-QLX5ZXZW.js → chunk-B4CWEDF7.js} +2 -2
  6. package/dist/{chunk-VO3C3BEJ.mjs → chunk-C5HXVP36.mjs} +1 -1
  7. package/dist/{chunk-N54F7ABF.js → chunk-HF6B3RTE.js} +2 -2
  8. package/dist/{chunk-RRGIDHEO.mjs → chunk-HKYACVYC.mjs} +1 -1
  9. package/dist/{chunk-NDQ2WXL4.js → chunk-KE4J6XA5.js} +130 -128
  10. package/dist/{chunk-AWKDJF6S.js → chunk-ORY6UCS4.js} +3 -3
  11. package/dist/{chunk-5B2XIIG3.mjs → chunk-PAAPG65H.mjs} +5 -3
  12. package/dist/{chunk-OFLYCEQV.js → chunk-QCJEAT7Z.js} +2 -1
  13. package/dist/{chunk-SHSQW7WA.js → chunk-TTE37GGL.js} +2 -2
  14. package/dist/{chunk-PZJTLGLV.mjs → chunk-UC3CKBDF.mjs} +1 -1
  15. package/dist/{chunk-WICTIB3T.mjs → chunk-YJUNOUAM.mjs} +1 -1
  16. package/dist/{chunk-7AZ64L3E.mjs → chunk-ZXR7DVE5.mjs} +2 -1
  17. package/dist/executors.js +6 -6
  18. package/dist/executors.mjs +6 -6
  19. package/dist/generators.js +3 -3
  20. package/dist/generators.mjs +2 -2
  21. package/dist/index.js +8 -8
  22. package/dist/index.mjs +7 -7
  23. package/dist/src/base/index.js +3 -3
  24. package/dist/src/base/index.mjs +2 -2
  25. package/dist/src/base/terraform-executor.js +3 -3
  26. package/dist/src/base/terraform-executor.mjs +2 -2
  27. package/dist/src/executors/apply/executor.js +4 -4
  28. package/dist/src/executors/apply/executor.mjs +3 -3
  29. package/dist/src/executors/destroy/executor.js +4 -4
  30. package/dist/src/executors/destroy/executor.mjs +3 -3
  31. package/dist/src/executors/output/executor.js +4 -4
  32. package/dist/src/executors/output/executor.mjs +3 -3
  33. package/dist/src/executors/plan/executor.js +4 -4
  34. package/dist/src/executors/plan/executor.mjs +3 -3
  35. package/dist/src/generators/init/init.js +3 -3
  36. package/dist/src/generators/init/init.mjs +2 -2
  37. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkOFLYCEQVjs = require('./chunk-OFLYCEQV.js');
4
+ var _chunkQCJEAT7Zjs = require('./chunk-QCJEAT7Z.js');
5
5
 
6
6
 
7
7
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -9,7 +9,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
9
9
  // src/base/terraform-executor.ts
10
10
  var _shelljs = require('shelljs');
11
11
  var withTerraformExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, executorOptions = {}) => async (_options, context) => {
12
- return _chunkOFLYCEQVjs.withRunExecutor.call(void 0, `Terraform \`${command}\` Command Executor`, async (options, context2, config) => {
12
+ return _chunkQCJEAT7Zjs.withRunExecutor.call(void 0, `Terraform \`${command}\` Command Executor`, async (options, context2, config) => {
13
13
  if (!_shelljs.which.call(void 0, "tofu") || !_shelljs.which.call(void 0, "terraform")) {
14
14
  throw new Error("Both OpenTofu and Terraform are not installed. Please install one of the two before running this executor.");
15
15
  }
@@ -21,7 +21,7 @@ var withTerraformExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0,
21
21
  if (typeof jsonBackendConfig === "string") {
22
22
  jsonBackendConfig = JSON.parse(jsonBackendConfig);
23
23
  }
24
- _chunkOFLYCEQVjs.run.call(void 0, config, [
24
+ _chunkQCJEAT7Zjs.run.call(void 0, config, [
25
25
  "terragrunt",
26
26
  command,
27
27
  ...jsonBackendConfig.map((config2) => `-backend-config="${config2.key}=${config2.name}"`),
@@ -18,7 +18,7 @@ import {
18
18
  writeSuccess,
19
19
  writeTrace,
20
20
  writeWarning
21
- } from "./chunk-7AZ64L3E.mjs";
21
+ } from "./chunk-ZXR7DVE5.mjs";
22
22
  import {
23
23
  __dirname,
24
24
  __name,
@@ -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
  }
@@ -69,6 +69,7 @@ Join us on [Discord](${STORM_DEFAULT_ACCOUNT_DISCORD}) to chat with the team, re
69
69
 
70
70
  If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_ACCOUNT_SLACK}) channel!
71
71
  `;
72
+ var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
72
73
 
73
74
  // ../config/src/schema.ts
74
75
  var _zod = require('zod'); var _zod2 = _interopRequireDefault(_zod);
@@ -181,7 +182,7 @@ var WorkspaceDirectoryConfigSchema = _zod2.default.object({
181
182
  build: _zod2.default.string().trim().default("dist").describe("The directory used to store the workspace's distributable files after a build (relative to the workspace root)")
182
183
  }).describe("Various directories used by the workspace to store data, cache, and configuration files");
183
184
  var errorConfigSchema = _zod2.default.object({
184
- codesFile: _zod2.default.string().trim().default(STORM_DEFAULT_RELEASE_BANNER).describe("The path to the workspace's error codes JSON file"),
185
+ codesFile: _zod2.default.string().trim().default(STORM_DEFAULT_ERROR_CODES_FILE).describe("The path to the workspace's error codes JSON file"),
185
186
  url: _zod2.default.string().trim().url().optional().describe("A URL to a page that looks up the workspace's error messages given a specific error code")
186
187
  }).describe("The workspace's error config used during the error process");
187
188
  var stormWorkspaceConfigSchema = _zod2.default.object({
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkAWKDJF6Sjs = require('./chunk-AWKDJF6S.js');
3
+ var _chunkORY6UCS4js = require('./chunk-ORY6UCS4.js');
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
- var executor_default = _chunkAWKDJF6Sjs.withTerraformExecutor.call(void 0, "destroy");
6
+ var executor_default = _chunkORY6UCS4js.withTerraformExecutor.call(void 0, "destroy");
7
7
 
8
8
 
9
9
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-7AZ64L3E.mjs";
4
+ } from "./chunk-ZXR7DVE5.mjs";
5
5
  import {
6
6
  __name
7
7
  } from "./chunk-Y4D6KHJP.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-PZJTLGLV.mjs";
3
+ } from "./chunk-UC3CKBDF.mjs";
4
4
 
5
5
  // src/executors/apply/executor.ts
6
6
  var executor_default = withTerraformExecutor("apply");
@@ -69,6 +69,7 @@ Join us on [Discord](${STORM_DEFAULT_ACCOUNT_DISCORD}) to chat with the team, re
69
69
 
70
70
  If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_ACCOUNT_SLACK}) channel!
71
71
  `;
72
+ var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
72
73
 
73
74
  // ../config/src/schema.ts
74
75
  import z from "zod";
@@ -181,7 +182,7 @@ var WorkspaceDirectoryConfigSchema = z.object({
181
182
  build: z.string().trim().default("dist").describe("The directory used to store the workspace's distributable files after a build (relative to the workspace root)")
182
183
  }).describe("Various directories used by the workspace to store data, cache, and configuration files");
183
184
  var errorConfigSchema = z.object({
184
- codesFile: z.string().trim().default(STORM_DEFAULT_RELEASE_BANNER).describe("The path to the workspace's error codes JSON file"),
185
+ codesFile: z.string().trim().default(STORM_DEFAULT_ERROR_CODES_FILE).describe("The path to the workspace's error codes JSON file"),
185
186
  url: z.string().trim().url().optional().describe("A URL to a page that looks up the workspace's error messages given a specific error code")
186
187
  }).describe("The workspace's error config used during the error process");
187
188
  var stormWorkspaceConfigSchema = z.object({
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-SHSQW7WA.js');
3
- require('./chunk-DJCYC7JQ.js');
4
- require('./chunk-N54F7ABF.js');
5
- require('./chunk-QLX5ZXZW.js');
6
- require('./chunk-AWKDJF6S.js');
7
- require('./chunk-OFLYCEQV.js');
2
+ require('./chunk-TTE37GGL.js');
3
+ require('./chunk-5OAGP7YB.js');
4
+ require('./chunk-HF6B3RTE.js');
5
+ require('./chunk-B4CWEDF7.js');
6
+ require('./chunk-ORY6UCS4.js');
7
+ require('./chunk-QCJEAT7Z.js');
8
8
  require('./chunk-3GQAWCBQ.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-RRGIDHEO.mjs";
3
- import "./chunk-VO3C3BEJ.mjs";
4
- import "./chunk-DJRMAJFK.mjs";
5
- import "./chunk-WICTIB3T.mjs";
6
- import "./chunk-PZJTLGLV.mjs";
7
- import "./chunk-7AZ64L3E.mjs";
2
+ import "./chunk-HKYACVYC.mjs";
3
+ import "./chunk-C5HXVP36.mjs";
4
+ import "./chunk-AHNRXACX.mjs";
5
+ import "./chunk-YJUNOUAM.mjs";
6
+ import "./chunk-UC3CKBDF.mjs";
7
+ import "./chunk-ZXR7DVE5.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');
5
- require('./chunk-OFLYCEQV.js');
4
+ var _chunkKE4J6XA5js = require('./chunk-KE4J6XA5.js');
5
+ require('./chunk-QCJEAT7Z.js');
6
6
  require('./chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkNDQ2WXL4js.initGenerator;
9
+ exports.initGenerator = _chunkKE4J6XA5js.initGenerator;
@@ -1,8 +1,8 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-5B2XIIG3.mjs";
5
- import "./chunk-7AZ64L3E.mjs";
4
+ } from "./chunk-PAAPG65H.mjs";
5
+ import "./chunk-ZXR7DVE5.mjs";
6
6
  import "./chunk-Y4D6KHJP.mjs";
7
7
  export {
8
8
  initGenerator
package/dist/index.js CHANGED
@@ -1,23 +1,23 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
2
- require('./chunk-SHSQW7WA.js');
3
- require('./chunk-DJCYC7JQ.js');
4
- require('./chunk-N54F7ABF.js');
2
+ require('./chunk-TTE37GGL.js');
3
+ require('./chunk-5OAGP7YB.js');
4
+ require('./chunk-HF6B3RTE.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkNDQ2WXL4js = require('./chunk-NDQ2WXL4.js');
8
+ var _chunkKE4J6XA5js = require('./chunk-KE4J6XA5.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-B4CWEDF7.js');
14
14
 
15
15
 
16
- var _chunkAWKDJF6Sjs = require('./chunk-AWKDJF6S.js');
17
- require('./chunk-OFLYCEQV.js');
16
+ var _chunkORY6UCS4js = require('./chunk-ORY6UCS4.js');
17
+ require('./chunk-QCJEAT7Z.js');
18
18
  require('./chunk-3GQAWCBQ.js');
19
19
 
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 = _chunkKE4J6XA5js.initGenerator; exports.withTerraformExecutor = _chunkORY6UCS4js.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -1,20 +1,20 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-RRGIDHEO.mjs";
3
- import "./chunk-VO3C3BEJ.mjs";
4
- import "./chunk-DJRMAJFK.mjs";
2
+ import "./chunk-HKYACVYC.mjs";
3
+ import "./chunk-C5HXVP36.mjs";
4
+ import "./chunk-AHNRXACX.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-5B2XIIG3.mjs";
8
+ } from "./chunk-PAAPG65H.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-YJUNOUAM.mjs";
14
14
  import {
15
15
  withTerraformExecutor
16
- } from "./chunk-PZJTLGLV.mjs";
17
- import "./chunk-7AZ64L3E.mjs";
16
+ } from "./chunk-UC3CKBDF.mjs";
17
+ import "./chunk-ZXR7DVE5.mjs";
18
18
  import "./chunk-Y4D6KHJP.mjs";
19
19
  export {
20
20
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
@@ -4,10 +4,10 @@
4
4
  var _chunkILC773N2js = require('../../chunk-ILC773N2.js');
5
5
 
6
6
 
7
- var _chunkAWKDJF6Sjs = require('../../chunk-AWKDJF6S.js');
8
- require('../../chunk-OFLYCEQV.js');
7
+ var _chunkORY6UCS4js = require('../../chunk-ORY6UCS4.js');
8
+ require('../../chunk-QCJEAT7Z.js');
9
9
  require('../../chunk-3GQAWCBQ.js');
10
10
 
11
11
 
12
12
 
13
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkAWKDJF6Sjs.withTerraformExecutor;
13
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkORY6UCS4js.withTerraformExecutor;
@@ -4,8 +4,8 @@ import {
4
4
  } from "../../chunk-EL25IDXP.mjs";
5
5
  import {
6
6
  withTerraformExecutor
7
- } from "../../chunk-PZJTLGLV.mjs";
8
- import "../../chunk-7AZ64L3E.mjs";
7
+ } from "../../chunk-UC3CKBDF.mjs";
8
+ import "../../chunk-ZXR7DVE5.mjs";
9
9
  import "../../chunk-Y4D6KHJP.mjs";
10
10
  export {
11
11
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkAWKDJF6Sjs = require('../../chunk-AWKDJF6S.js');
4
- require('../../chunk-OFLYCEQV.js');
3
+ var _chunkORY6UCS4js = require('../../chunk-ORY6UCS4.js');
4
+ require('../../chunk-QCJEAT7Z.js');
5
5
  require('../../chunk-3GQAWCBQ.js');
6
6
 
7
7
 
8
- exports.withTerraformExecutor = _chunkAWKDJF6Sjs.withTerraformExecutor;
8
+ exports.withTerraformExecutor = _chunkORY6UCS4js.withTerraformExecutor;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "../../chunk-PZJTLGLV.mjs";
4
- import "../../chunk-7AZ64L3E.mjs";
3
+ } from "../../chunk-UC3CKBDF.mjs";
4
+ import "../../chunk-ZXR7DVE5.mjs";
5
5
  import "../../chunk-Y4D6KHJP.mjs";
6
6
  export {
7
7
  withTerraformExecutor
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkQLX5ZXZWjs = require('../../../chunk-QLX5ZXZW.js');
4
- require('../../../chunk-AWKDJF6S.js');
5
- require('../../../chunk-OFLYCEQV.js');
3
+ var _chunkB4CWEDF7js = require('../../../chunk-B4CWEDF7.js');
4
+ require('../../../chunk-ORY6UCS4.js');
5
+ require('../../../chunk-QCJEAT7Z.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkQLX5ZXZWjs.executor_default;
9
+ exports.default = _chunkB4CWEDF7js.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-WICTIB3T.mjs";
4
- import "../../../chunk-PZJTLGLV.mjs";
5
- import "../../../chunk-7AZ64L3E.mjs";
3
+ } from "../../../chunk-YJUNOUAM.mjs";
4
+ import "../../../chunk-UC3CKBDF.mjs";
5
+ import "../../../chunk-ZXR7DVE5.mjs";
6
6
  import "../../../chunk-Y4D6KHJP.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkSHSQW7WAjs = require('../../../chunk-SHSQW7WA.js');
4
- require('../../../chunk-AWKDJF6S.js');
5
- require('../../../chunk-OFLYCEQV.js');
3
+ var _chunkTTE37GGLjs = require('../../../chunk-TTE37GGL.js');
4
+ require('../../../chunk-ORY6UCS4.js');
5
+ require('../../../chunk-QCJEAT7Z.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkSHSQW7WAjs.executor_default;
9
+ exports.default = _chunkTTE37GGLjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-RRGIDHEO.mjs";
4
- import "../../../chunk-PZJTLGLV.mjs";
5
- import "../../../chunk-7AZ64L3E.mjs";
3
+ } from "../../../chunk-HKYACVYC.mjs";
4
+ import "../../../chunk-UC3CKBDF.mjs";
5
+ import "../../../chunk-ZXR7DVE5.mjs";
6
6
  import "../../../chunk-Y4D6KHJP.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkDJCYC7JQjs = require('../../../chunk-DJCYC7JQ.js');
4
- require('../../../chunk-AWKDJF6S.js');
5
- require('../../../chunk-OFLYCEQV.js');
3
+ var _chunk5OAGP7YBjs = require('../../../chunk-5OAGP7YB.js');
4
+ require('../../../chunk-ORY6UCS4.js');
5
+ require('../../../chunk-QCJEAT7Z.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkDJCYC7JQjs.executor_default;
9
+ exports.default = _chunk5OAGP7YBjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-VO3C3BEJ.mjs";
4
- import "../../../chunk-PZJTLGLV.mjs";
5
- import "../../../chunk-7AZ64L3E.mjs";
3
+ } from "../../../chunk-C5HXVP36.mjs";
4
+ import "../../../chunk-UC3CKBDF.mjs";
5
+ import "../../../chunk-ZXR7DVE5.mjs";
6
6
  import "../../../chunk-Y4D6KHJP.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkN54F7ABFjs = require('../../../chunk-N54F7ABF.js');
4
- require('../../../chunk-AWKDJF6S.js');
5
- require('../../../chunk-OFLYCEQV.js');
3
+ var _chunkHF6B3RTEjs = require('../../../chunk-HF6B3RTE.js');
4
+ require('../../../chunk-ORY6UCS4.js');
5
+ require('../../../chunk-QCJEAT7Z.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkN54F7ABFjs.executor_default;
9
+ exports.default = _chunkHF6B3RTEjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-DJRMAJFK.mjs";
4
- import "../../../chunk-PZJTLGLV.mjs";
5
- import "../../../chunk-7AZ64L3E.mjs";
3
+ } from "../../../chunk-AHNRXACX.mjs";
4
+ import "../../../chunk-UC3CKBDF.mjs";
5
+ import "../../../chunk-ZXR7DVE5.mjs";
6
6
  import "../../../chunk-Y4D6KHJP.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -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');
5
- require('../../../chunk-OFLYCEQV.js');
4
+ var _chunkKE4J6XA5js = require('../../../chunk-KE4J6XA5.js');
5
+ require('../../../chunk-QCJEAT7Z.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 = _chunkKE4J6XA5js.init_default; exports.initGenerator = _chunkKE4J6XA5js.initGenerator;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-5B2XIIG3.mjs";
5
- import "../../../chunk-7AZ64L3E.mjs";
4
+ } from "../../../chunk-PAAPG65H.mjs";
5
+ import "../../../chunk-ZXR7DVE5.mjs";
6
6
  import "../../../chunk-Y4D6KHJP.mjs";
7
7
  export {
8
8
  init_default as default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.54.56",
3
+ "version": "0.54.58",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",