@storm-software/terraform-tools 0.54.63 → 0.54.65
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-ASFTANKT.mjs → chunk-4SYDCN3A.mjs} +1 -1
- package/dist/{chunk-3OHP5XR7.mjs → chunk-DYXYEK43.mjs} +1 -1
- package/dist/{chunk-EVACDYVV.js → chunk-ESAA5DIO.js} +2 -2
- package/dist/{chunk-DLJYMU67.js → chunk-FC5AL6FF.js} +8 -27
- package/dist/{chunk-6DHDE4R5.mjs → chunk-GUH7JMSX.mjs} +21 -3
- package/dist/{chunk-IQBE77EA.mjs → chunk-HIHHRCT4.mjs} +1 -1
- package/dist/{chunk-YRJ6SG2R.js → chunk-JPGERIM3.js} +2 -2
- package/dist/{chunk-JJLWDVUK.js → chunk-LXKO7ZLH.js} +2 -2
- package/dist/{chunk-VGSUCQ2S.mjs → chunk-N7GSKHH2.mjs} +1 -1
- package/dist/{chunk-OYRE6CEZ.js → chunk-RB36TVDB.js} +259 -1119
- package/dist/{chunk-5L6S5MSQ.mjs → chunk-RW373JXN.mjs} +9 -28
- package/dist/{chunk-MVJYL7QB.mjs → chunk-S53JCUPE.mjs} +1 -1
- package/dist/{chunk-AMI6SOPS.mjs → chunk-UAT7XLGY.mjs} +181 -1041
- package/dist/{chunk-DHBOQ6QN.js → chunk-YBMM6DDX.js} +2 -2
- package/dist/{chunk-JYWO443U.js → chunk-ZAMME4JX.js} +23 -5
- 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 +10 -30
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.54.64](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.64) (2025-04-25)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([2a4a88059](https://github.com/storm-software/storm-ops/commit/2a4a88059))
|
|
11
|
+
|
|
5
12
|
## [0.54.63](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.63) (2025-04-25)
|
|
6
13
|
|
|
7
14
|
### 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 -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkZAMME4JXjs = require('./chunk-ZAMME4JX.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkZAMME4JXjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -2,25 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
4
4
|
|
|
5
|
-
// ../config-tools/src/utilities/run.ts
|
|
6
|
-
var _child_process = require('child_process');
|
|
7
|
-
var LARGE_BUFFER = 1024 * 1e6;
|
|
8
|
-
var run = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => ( process.cwd())), stdio = "inherit", env = process.env) => {
|
|
9
|
-
return _child_process.execSync.call(void 0, command, {
|
|
10
|
-
cwd,
|
|
11
|
-
env: {
|
|
12
|
-
...process.env,
|
|
13
|
-
...env,
|
|
14
|
-
CLICOLOR: "true",
|
|
15
|
-
FORCE_COLOR: "true"
|
|
16
|
-
},
|
|
17
|
-
windowsHide: true,
|
|
18
|
-
stdio,
|
|
19
|
-
maxBuffer: LARGE_BUFFER,
|
|
20
|
-
killSignal: "SIGTERM"
|
|
21
|
-
});
|
|
22
|
-
}, "run");
|
|
23
|
-
|
|
24
5
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
25
6
|
var _c12 = require('c12');
|
|
26
7
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
@@ -657,10 +638,6 @@ var getLogLevelLabel = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (log
|
|
|
657
638
|
}
|
|
658
639
|
return LogLevelLabel.INFO;
|
|
659
640
|
}, "getLogLevelLabel");
|
|
660
|
-
var isVerbose = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (label = LogLevelLabel.SILENT) => {
|
|
661
|
-
const logLevel = typeof label === "string" ? getLogLevel(label) : label;
|
|
662
|
-
return logLevel >= LogLevel.DEBUG;
|
|
663
|
-
}, "isVerbose");
|
|
664
641
|
|
|
665
642
|
// ../config-tools/src/logger/console.ts
|
|
666
643
|
var getLogFn = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
|
|
@@ -1411,6 +1388,13 @@ ${formatLogMessage(config)}`, config);
|
|
|
1411
1388
|
var getConfig = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (workspaceRoot, skipLogs = false) => {
|
|
1412
1389
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1413
1390
|
}, "getConfig");
|
|
1391
|
+
var getWorkspaceConfig = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (skipLogs = false, options = {}) => {
|
|
1392
|
+
let workspaceRoot = options.workspaceRoot;
|
|
1393
|
+
if (!workspaceRoot) {
|
|
1394
|
+
workspaceRoot = findWorkspaceRoot(options.cwd);
|
|
1395
|
+
}
|
|
1396
|
+
return getConfig(workspaceRoot, skipLogs);
|
|
1397
|
+
}, "getWorkspaceConfig");
|
|
1414
1398
|
|
|
1415
1399
|
// ../workspace-tools/src/base/base-executor.ts
|
|
1416
1400
|
|
|
@@ -1523,7 +1507,4 @@ var _isFunction2 = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (value)
|
|
|
1523
1507
|
|
|
1524
1508
|
|
|
1525
1509
|
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
exports.stormWorkspaceConfigSchema = stormWorkspaceConfigSchema; exports.correctPaths = correctPaths; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.isVerbose = isVerbose; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.formatLogMessage = formatLogMessage; exports.applyWorkspaceBaseTokens = applyWorkspaceBaseTokens; exports.applyWorkspaceTokens = applyWorkspaceTokens; exports.run = run; exports.getConfig = getConfig; exports.withRunExecutor = withRunExecutor;
|
|
1510
|
+
exports.stormWorkspaceConfigSchema = stormWorkspaceConfigSchema; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.applyWorkspaceBaseTokens = applyWorkspaceBaseTokens; exports.applyWorkspaceTokens = applyWorkspaceTokens; exports.getConfig = getConfig; exports.getWorkspaceConfig = getWorkspaceConfig; exports.withRunExecutor = withRunExecutor;
|
|
@@ -1,10 +1,28 @@
|
|
|
1
1
|
import {
|
|
2
|
-
run,
|
|
3
2
|
withRunExecutor
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RW373JXN.mjs";
|
|
5
4
|
import {
|
|
6
5
|
__name
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-N7GSKHH2.mjs";
|
|
7
|
+
|
|
8
|
+
// ../config-tools/src/utilities/run.ts
|
|
9
|
+
import { exec, execSync } from "node:child_process";
|
|
10
|
+
var LARGE_BUFFER = 1024 * 1e6;
|
|
11
|
+
var run = /* @__PURE__ */ __name((config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit", env = process.env) => {
|
|
12
|
+
return execSync(command, {
|
|
13
|
+
cwd,
|
|
14
|
+
env: {
|
|
15
|
+
...process.env,
|
|
16
|
+
...env,
|
|
17
|
+
CLICOLOR: "true",
|
|
18
|
+
FORCE_COLOR: "true"
|
|
19
|
+
},
|
|
20
|
+
windowsHide: true,
|
|
21
|
+
stdio,
|
|
22
|
+
maxBuffer: LARGE_BUFFER,
|
|
23
|
+
killSignal: "SIGTERM"
|
|
24
|
+
});
|
|
25
|
+
}, "run");
|
|
8
26
|
|
|
9
27
|
// src/base/terraform-executor.ts
|
|
10
28
|
import { which } from "shelljs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkZAMME4JXjs = require('./chunk-ZAMME4JX.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkZAMME4JXjs.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 _chunkZAMME4JXjs = require('./chunk-ZAMME4JX.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkZAMME4JXjs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
7
7
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
8
8
|
});
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/tsup@8.4.
|
|
10
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=6f5ec3d4990820b9e30a2e3135e1e171cde70966824e3b0ca9c0d2f02fc93f24__aad0536395a8d4adbad069f47cf0551b/node_modules/tsup/assets/esm_shims.js
|
|
11
11
|
import { fileURLToPath } from "url";
|
|
12
12
|
import path from "path";
|
|
13
13
|
var getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");
|