@storm-software/terraform-tools 0.60.65 → 0.62.0
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 +28 -0
- package/README.md +2 -1
- package/dist/{chunk-VWGJH5XZ.mjs → chunk-4UUC5PL5.mjs} +1 -1
- package/dist/{chunk-LHLWLQYI.mjs → chunk-ASN7N3MD.mjs} +1 -1
- package/dist/{chunk-RIOD6BBP.js → chunk-C3TATPNG.js} +2 -2
- package/dist/{chunk-HJPLYKIK.js → chunk-EBBFG7FE.js} +2 -2
- package/dist/{chunk-OTXSJUFN.js → chunk-EDARDEZL.js} +2 -2
- package/dist/{chunk-PTGHK4O2.mjs → chunk-LDL6GDGI.mjs} +1 -1
- package/dist/{chunk-W3KFGH6F.mjs → chunk-LLEL65DB.mjs} +1 -1
- package/dist/{chunk-IRQ6ATAT.js → chunk-O6ULIZTX.js} +2 -2
- package/dist/{chunk-JRLSRM63.mjs → chunk-OW3Z6C4U.mjs} +7 -5
- package/dist/{chunk-XLCDBNTQ.js → chunk-OZAMHBE3.js} +2 -2
- package/dist/{chunk-3HCCGFVA.js → chunk-P7TIR2I6.js} +552 -249
- package/dist/{chunk-MF6JHYBR.mjs → chunk-URGPIQOV.mjs} +1 -1
- package/dist/{chunk-QEMBK6MY.mjs → chunk-VD7U2ISL.mjs} +552 -249
- package/dist/{chunk-TTTXG2FP.mjs → chunk-VM73HSDX.mjs} +1 -1
- package/dist/{chunk-QDREZDRA.js → chunk-YAQKI2DU.js} +110 -108
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.61.1](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.61.1) (2025-08-05)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Updated workspace package links
|
|
10
|
+
([51780ded4](https://github.com/storm-software/storm-ops/commit/51780ded4))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([1763510bb](https://github.com/storm-software/storm-ops/commit/1763510bb))
|
|
13
|
+
|
|
14
|
+
## [0.61.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.61.0) (2025-08-05)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- **workspace-tools:** Added the `enableTypeCheck` option to the base Nx plugin
|
|
19
|
+
([c11a3c96e](https://github.com/storm-software/storm-ops/commit/c11a3c96e))
|
|
20
|
+
|
|
21
|
+
### Miscellaneous
|
|
22
|
+
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([cf6bd2d92](https://github.com/storm-software/storm-ops/commit/cf6bd2d92))
|
|
25
|
+
|
|
26
|
+
## [0.60.65](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.65) (2025-08-05)
|
|
27
|
+
|
|
28
|
+
### Miscellaneous
|
|
29
|
+
|
|
30
|
+
- **monorepo:** Regenerate README markdown files
|
|
31
|
+
([21fa7cc54](https://github.com/storm-software/storm-ops/commit/21fa7cc54))
|
|
32
|
+
|
|
5
33
|
## [0.60.64](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.64) (2025-08-05)
|
|
6
34
|
|
|
7
35
|
### 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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ 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
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Terraform Tools](#storm-terraform-tools)
|
|
@@ -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 _chunkP7TIR2I6js = require('./chunk-P7TIR2I6.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/run.ts
|
|
6
6
|
var _child_process = require('child_process');
|
|
@@ -24,7 +24,7 @@ var run = (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => (
|
|
|
24
24
|
// src/base/terraform-executor.ts
|
|
25
25
|
var _shelljs = require('shelljs');
|
|
26
26
|
var withTerraformExecutor = (command, executorOptions = {}) => async (_options, context) => {
|
|
27
|
-
return
|
|
27
|
+
return _chunkP7TIR2I6js.withRunExecutor.call(void 0,
|
|
28
28
|
`Terraform \`${command}\` Command Executor`,
|
|
29
29
|
async (options, context2, config) => {
|
|
30
30
|
if (!_shelljs.which.call(void 0, "tofu") || !_shelljs.which.call(void 0, "terraform")) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkC3TATPNGjs = require('./chunk-C3TATPNG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkC3TATPNGjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkC3TATPNGjs = require('./chunk-C3TATPNG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkC3TATPNGjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkC3TATPNGjs = require('./chunk-C3TATPNG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkC3TATPNGjs.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -7,8 +7,9 @@ import {
|
|
|
7
7
|
getStopwatch,
|
|
8
8
|
getWorkspaceConfig,
|
|
9
9
|
joinPaths,
|
|
10
|
-
|
|
10
|
+
schemaRegistry,
|
|
11
11
|
withRunExecutor,
|
|
12
|
+
workspaceConfigSchema,
|
|
12
13
|
writeDebug,
|
|
13
14
|
writeError,
|
|
14
15
|
writeFatal,
|
|
@@ -16,11 +17,11 @@ import {
|
|
|
16
17
|
writeSuccess,
|
|
17
18
|
writeTrace,
|
|
18
19
|
writeWarning
|
|
19
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-VD7U2ISL.mjs";
|
|
20
21
|
import {
|
|
21
22
|
__dirname,
|
|
22
23
|
__require
|
|
23
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-URGPIQOV.mjs";
|
|
24
25
|
|
|
25
26
|
// src/generators/init/init.ts
|
|
26
27
|
import { formatFiles as formatFiles9 } from "@nx/devkit";
|
|
@@ -1816,8 +1817,9 @@ async function configSchemaGeneratorFn(tree, options, config) {
|
|
|
1816
1817
|
`Determining the Storm Workspace Configuration JSON Schema...`,
|
|
1817
1818
|
config
|
|
1818
1819
|
);
|
|
1819
|
-
const jsonSchema = z.toJSONSchema(
|
|
1820
|
-
target: "draft-7"
|
|
1820
|
+
const jsonSchema = z.toJSONSchema(workspaceConfigSchema, {
|
|
1821
|
+
target: "draft-7",
|
|
1822
|
+
metadata: schemaRegistry
|
|
1821
1823
|
});
|
|
1822
1824
|
jsonSchema.$id ??= "https://public.storm-cdn.com/schemas/storm-workspace.schema.json";
|
|
1823
1825
|
jsonSchema.title ??= "Storm Workspace Configuration JSON Schema";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkC3TATPNGjs = require('./chunk-C3TATPNG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkC3TATPNGjs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|