@storm-software/terraform-tools 0.62.4 → 0.62.6
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 +14 -0
- package/README.md +2 -1
- package/dist/{chunk-P7TIR2I6.js → chunk-2NXAAPRN.js} +2 -5
- package/dist/{chunk-4UUC5PL5.mjs → chunk-5MZLXAHB.mjs} +1 -1
- package/dist/{chunk-O6ULIZTX.js → chunk-6AKHBMSA.js} +2 -2
- package/dist/{chunk-ASN7N3MD.mjs → chunk-EOCIL5BE.mjs} +1 -1
- package/dist/{chunk-VM73HSDX.mjs → chunk-ET3UGY2L.mjs} +1 -1
- package/dist/{chunk-C3TATPNG.js → chunk-FZN35W4X.js} +2 -2
- package/dist/{chunk-LDL6GDGI.mjs → chunk-L4WE6GUL.mjs} +1 -1
- package/dist/{chunk-EBBFG7FE.js → chunk-N3EQIDHT.js} +2 -2
- package/dist/{chunk-OW3Z6C4U.mjs → chunk-NBKNLXBU.mjs} +1 -1
- package/dist/{chunk-YAQKI2DU.js → chunk-PD7YZBRS.js} +108 -108
- package/dist/{chunk-EDARDEZL.js → chunk-UHFIUDKJ.js} +2 -2
- package/dist/{chunk-LLEL65DB.mjs → chunk-V2SHLAIZ.mjs} +1 -1
- package/dist/{chunk-VD7U2ISL.mjs → chunk-WYONVDTO.mjs} +2 -5
- package/dist/{chunk-OZAMHBE3.js → chunk-XZU22PSP.js} +2 -2
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +3 -3
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +3 -3
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +3 -3
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.62.5](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.62.5) (2025-08-09)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Updated the workspace package dependencies
|
|
10
|
+
([fff0b6534](https://github.com/storm-software/storm-ops/commit/fff0b6534))
|
|
11
|
+
|
|
12
|
+
## [0.62.4](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.62.4) (2025-08-08)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Update workspace dependencies and README markdown
|
|
17
|
+
([67e119b05](https://github.com/storm-software/storm-ops/commit/67e119b05))
|
|
18
|
+
|
|
5
19
|
## [0.62.3](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.62.3) (2025-08-07)
|
|
6
20
|
|
|
7
21
|
### 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)
|
|
@@ -1073,16 +1073,13 @@ schemaRegistry.add(packageManagerSchema, {
|
|
|
1073
1073
|
description: "The JavaScript/TypeScript package manager used by the repository"
|
|
1074
1074
|
});
|
|
1075
1075
|
var timezoneSchema = z._default(
|
|
1076
|
-
z.string().check(z.trim()
|
|
1076
|
+
z.string().check(z.trim()),
|
|
1077
1077
|
"America/New_York"
|
|
1078
1078
|
);
|
|
1079
1079
|
schemaRegistry.add(timezoneSchema, {
|
|
1080
1080
|
description: "The default timezone of the workspace"
|
|
1081
1081
|
});
|
|
1082
|
-
var localeSchema = z._default(
|
|
1083
|
-
z.string().check(z.trim(), z.toLowerCase()),
|
|
1084
|
-
"en-US"
|
|
1085
|
-
);
|
|
1082
|
+
var localeSchema = z._default(z.string().check(z.trim()), "en-US");
|
|
1086
1083
|
schemaRegistry.add(localeSchema, {
|
|
1087
1084
|
description: "The default locale of the workspace"
|
|
1088
1085
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkFZN35W4Xjs = require('./chunk-FZN35W4X.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkFZN35W4Xjs.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 _chunk2NXAAPRNjs = require('./chunk-2NXAAPRN.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 _chunk2NXAAPRNjs.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 _chunkFZN35W4Xjs = require('./chunk-FZN35W4X.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkFZN35W4Xjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|