@storm-software/terraform-tools 0.66.65 → 0.66.67
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 +21 -0
- package/README.md +2 -1
- package/dist/{chunk-2ROOEWXZ.mjs → chunk-3SMBRI6D.mjs} +1 -1
- package/dist/{chunk-VO5GXZYI.js → chunk-73ALMVL3.js} +2 -2
- package/dist/{chunk-DPI625WC.mjs → chunk-7SJWEZZM.mjs} +1 -1
- package/dist/{chunk-K4F2ZPMI.mjs → chunk-ANCKJ3HY.mjs} +1 -1
- package/dist/{chunk-BZY6MJZC.js → chunk-AYLQUJIF.js} +1 -3
- package/dist/{chunk-Y6KHQUVR.mjs → chunk-BOIKO2VK.mjs} +1 -1
- package/dist/{chunk-PFPOYYYD.js → chunk-BR27SHF4.js} +2 -2
- package/dist/{chunk-J22KW4PR.js → chunk-EDSOVRQE.js} +157 -157
- package/dist/{chunk-Z63SOCKR.mjs → chunk-GGQWZWZ3.mjs} +1 -3
- package/dist/{chunk-RCWTDSV2.mjs → chunk-IHBOHQJP.mjs} +1 -1
- package/dist/{chunk-QTEFOKJR.js → chunk-JRIDUPBR.js} +2 -2
- package/dist/{chunk-2DSXHP4D.mjs → chunk-MAO7X2WI.mjs} +2 -2
- package/dist/{chunk-NLIHCWYN.js → chunk-NVQ66RID.js} +2 -2
- package/dist/{chunk-QBU4QKT4.mjs → chunk-O4DPEFXY.mjs} +1 -1
- package/dist/{chunk-YZDCZBGM.js → chunk-V3M776FJ.js} +2 -2
- 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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.66](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.66) (12/15/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace packages' dependencies
|
|
10
|
+
([104422be0](https://github.com/storm-software/storm-ops/commit/104422be0))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.294.10**
|
|
15
|
+
- Updated **config-tools** to **v1.188.66**
|
|
16
|
+
- Updated **config** to **v1.134.66**
|
|
17
|
+
|
|
18
|
+
## [0.66.65](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.65) (12/08/2025)
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **workspace-tools** to **v1.294.9**
|
|
23
|
+
- Updated **config-tools** to **v1.188.65**
|
|
24
|
+
- Updated **config** to **v1.134.65**
|
|
25
|
+
|
|
5
26
|
## [0.66.64](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.64) (12/08/2025)
|
|
6
27
|
|
|
7
28
|
### Updated Dependencies
|
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 -->
|
|
@@ -46,6 +46,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
46
46
|
|
|
47
47
|
<!-- START doctoc -->
|
|
48
48
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
49
|
+
|
|
49
50
|
## Table of Contents
|
|
50
51
|
|
|
51
52
|
- [Storm Terraform Tools](#storm-terraform-tools)
|
|
@@ -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__c5b41830998b735060f2c5a5c9150741/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,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 _chunkAYLQUJIFjs = require('./chunk-AYLQUJIF.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 _chunkAYLQUJIFjs.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")) {
|
|
@@ -479,9 +479,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
479
479
|
)) {
|
|
480
480
|
return _startPath;
|
|
481
481
|
}
|
|
482
|
-
if (endFileNames.some(
|
|
483
|
-
(endFileName) => _fs.existsSync.call(void 0, _path.join.call(void 0, _startPath, endFileName))
|
|
484
|
-
)) {
|
|
482
|
+
if (endFileNames.some((endFileName) => _fs.existsSync.call(void 0, _path.join.call(void 0, _startPath, endFileName)))) {
|
|
485
483
|
return _startPath;
|
|
486
484
|
}
|
|
487
485
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk73ALMVL3js = require('./chunk-73ALMVL3.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk73ALMVL3js.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|