@storm-software/terraform-tools 0.66.153 → 0.66.155
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 +24 -0
- package/README.md +1 -1
- package/dist/{chunk-33T7OOVB.mjs → chunk-6HQX74EC.mjs} +2 -2
- package/dist/{chunk-IAJGFG7O.js → chunk-ABSRL7WR.js} +2 -2
- package/dist/{chunk-DO7JN6OY.mjs → chunk-D67BCUTF.mjs} +1 -1
- package/dist/{chunk-Q7UBUOTX.js → chunk-HXWTDMNN.js} +2 -2
- package/dist/{chunk-NFHEOYH4.mjs → chunk-NEV5EM4I.mjs} +1 -1
- package/dist/{chunk-7LBSWTB3.mjs → chunk-NKM5JFF7.mjs} +1 -1
- package/dist/{chunk-LVTCCGM4.mjs → chunk-NKUWKRNN.mjs} +1 -1
- package/dist/{chunk-7LDXLIO7.js → chunk-OE4U353U.js} +2 -2
- package/dist/{chunk-3DMVAES7.mjs → chunk-QPDLMLY6.mjs} +7 -3
- package/dist/{chunk-Y5C2GUBV.mjs → chunk-RARHYCMS.mjs} +1 -1
- package/dist/{chunk-WK5D2J5Z.js → chunk-RWVAHPJ6.js} +2 -2
- package/dist/{chunk-GTBI3QNS.js → chunk-SBCMWJ4P.js} +7 -3
- package/dist/{chunk-VSFJLK7F.js → chunk-TRTID4SU.js} +2 -2
- package/dist/{chunk-YRHASV7O.mjs → chunk-WEEL45GL.mjs} +1 -1
- package/dist/{chunk-P6YCM4WL.js → chunk-ZCGMYIXD.js} +158 -158
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.js +8 -8
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +3 -3
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +4 -4
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +4 -4
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +4 -4
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +4 -4
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +3 -3
- package/dist/tsup.config.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.154](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.154) (03/31/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate workspace files ([241e519f6](https://github.com/storm-software/storm-ops/commit/241e519f6))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **workspace-tools** to **v1.295.39**
|
|
14
|
+
- Updated **config-tools** to **v1.189.63**
|
|
15
|
+
- Updated **config** to **v1.137.17**
|
|
16
|
+
|
|
17
|
+
## [0.66.153](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.153) (03/31/2026)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Update workspace packages' dependencies ([fd69cea92](https://github.com/storm-software/storm-ops/commit/fd69cea92))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **workspace-tools** to **v1.295.38**
|
|
26
|
+
- Updated **config-tools** to **v1.189.62**
|
|
27
|
+
- Updated **config** to **v1.137.16**
|
|
28
|
+
|
|
5
29
|
## [0.66.152](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.152) (03/28/2026)
|
|
6
30
|
|
|
7
31
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -21,10 +21,10 @@ import {
|
|
|
21
21
|
writeSuccess,
|
|
22
22
|
writeTrace,
|
|
23
23
|
writeWarning
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-QPDLMLY6.mjs";
|
|
25
25
|
import {
|
|
26
26
|
__dirname
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-D67BCUTF.mjs";
|
|
28
28
|
|
|
29
29
|
// src/generators/init/init.ts
|
|
30
30
|
import { formatFiles as formatFiles8 } from "@nx/devkit";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOE4U353Ujs = require('./chunk-OE4U353U.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkOE4U353Ujs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__50be436497555a601f1d61f3d1aec366/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOE4U353Ujs = require('./chunk-OE4U353U.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkOE4U353Ujs.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -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
|
|
3
|
+
var _chunkSBCMWJ4Pjs = require('./chunk-SBCMWJ4P.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
|
|
28
|
+
return _chunkSBCMWJ4Pjs.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")) {
|
|
@@ -735,7 +735,7 @@ var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
|
735
735
|
var STORM_DEFAULT_BANNER_ALT = "The workspace's banner image";
|
|
736
736
|
|
|
737
737
|
// ../config/src/schema.ts
|
|
738
|
-
import * as z from "zod/mini";
|
|
738
|
+
import * as z from "zod/v4/mini";
|
|
739
739
|
var schemaRegistry = z.registry();
|
|
740
740
|
var colorSchema = z.string().check(
|
|
741
741
|
z.length(7),
|
|
@@ -2120,9 +2120,13 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
2120
2120
|
configInput.variant = existsSync3(joinPaths(_workspaceRoot, "nx.json")) || existsSync3(joinPaths(_workspaceRoot, ".nx")) || existsSync3(joinPaths(_workspaceRoot, "lerna.json")) || existsSync3(joinPaths(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
2121
2121
|
}
|
|
2122
2122
|
try {
|
|
2123
|
-
|
|
2124
|
-
|
|
2123
|
+
const parseResult = await Promise.resolve(
|
|
2124
|
+
workspaceConfigSchema._zod.parse(
|
|
2125
|
+
{ value: configInput, issues: [] },
|
|
2126
|
+
{ async: true }
|
|
2127
|
+
)
|
|
2125
2128
|
);
|
|
2129
|
+
result = applyDefaultConfig(parseResult.value);
|
|
2126
2130
|
result.workspaceRoot ??= _workspaceRoot;
|
|
2127
2131
|
} catch (error) {
|
|
2128
2132
|
throw new Error(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOE4U353Ujs = require('./chunk-OE4U353U.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkOE4U353Ujs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -735,7 +735,7 @@ var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
|
735
735
|
var STORM_DEFAULT_BANNER_ALT = "The workspace's banner image";
|
|
736
736
|
|
|
737
737
|
// ../config/src/schema.ts
|
|
738
|
-
var _mini = require('zod/mini'); var z = _interopRequireWildcard(_mini);
|
|
738
|
+
var _mini = require('zod/v4/mini'); var z = _interopRequireWildcard(_mini);
|
|
739
739
|
var schemaRegistry = z.registry();
|
|
740
740
|
var colorSchema = z.string().check(
|
|
741
741
|
z.length(7),
|
|
@@ -2120,9 +2120,13 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
2120
2120
|
configInput.variant = _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "nx.json")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, ".nx")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "lerna.json")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
2121
2121
|
}
|
|
2122
2122
|
try {
|
|
2123
|
-
|
|
2124
|
-
|
|
2123
|
+
const parseResult = await Promise.resolve(
|
|
2124
|
+
workspaceConfigSchema._zod.parse(
|
|
2125
|
+
{ value: configInput, issues: [] },
|
|
2126
|
+
{ async: true }
|
|
2127
|
+
)
|
|
2125
2128
|
);
|
|
2129
|
+
result = applyDefaultConfig(parseResult.value);
|
|
2126
2130
|
result.workspaceRoot ??= _workspaceRoot;
|
|
2127
2131
|
} catch (error) {
|
|
2128
2132
|
throw new Error(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkOE4U353Ujs = require('./chunk-OE4U353U.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkOE4U353Ujs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|