@storm-software/terraform-tools 0.54.78 → 0.54.80
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 +16 -0
- package/README.md +2 -1
- package/dist/{chunk-ADD4YRF2.mjs → chunk-3OLO7YUL.mjs} +1 -1
- package/dist/{chunk-IKSXY27A.mjs → chunk-4HADO6XZ.mjs} +3 -3
- package/dist/{chunk-QTVOSNJ5.mjs → chunk-DTE6TWIV.mjs} +1 -1
- package/dist/{chunk-7GKRGIYB.mjs → chunk-DYKD364I.mjs} +2 -2
- package/dist/{chunk-LM6DF3A3.mjs → chunk-G2UIWND6.mjs} +1 -1
- package/dist/{chunk-G5KGU4NA.mjs → chunk-GQR36WF5.mjs} +1 -1
- package/dist/{chunk-QHG4VLHY.js → chunk-QUE3SHVR.js} +1 -1
- package/dist/{chunk-LECNG3SU.mjs → chunk-STABELFC.mjs} +1 -1
- package/dist/{chunk-QRWLY76Y.mjs → chunk-ZHLOKXH5.mjs} +1 -1
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +3 -3
- package/dist/index.js +4 -4
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/base/terraform-executor.mjs +3 -3
- package/dist/src/executors/apply/executor.mjs +4 -4
- package/dist/src/executors/destroy/executor.mjs +4 -4
- package/dist/src/executors/output/executor.mjs +4 -4
- package/dist/src/executors/plan/executor.mjs +4 -4
- package/dist/src/generators/init/init.js +2 -2
- package/dist/src/generators/init/init.mjs +3 -3
- package/dist/tsup.config.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.54.80](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.80) (2025-04-29)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update tsup patch to include proper commonjs require plugin
|
|
10
|
+
([3944d7156](https://github.com/storm-software/storm-ops/commit/3944d7156))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([1d8036bdd](https://github.com/storm-software/storm-ops/commit/1d8036bdd))
|
|
13
|
+
|
|
14
|
+
## [0.54.79](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.79) (2025-04-29)
|
|
15
|
+
|
|
16
|
+
### Miscellaneous
|
|
17
|
+
|
|
18
|
+
- **monorepo:** Regenerate README markdown files
|
|
19
|
+
([4c87d97b3](https://github.com/storm-software/storm-ops/commit/4c87d97b3))
|
|
20
|
+
|
|
5
21
|
## [0.54.78](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.78) (2025-04-29)
|
|
6
22
|
|
|
7
23
|
### 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)
|
|
@@ -15,12 +15,12 @@ import {
|
|
|
15
15
|
writeSuccess,
|
|
16
16
|
writeTrace,
|
|
17
17
|
writeWarning
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-3OLO7YUL.mjs";
|
|
19
19
|
import {
|
|
20
20
|
__dirname,
|
|
21
21
|
__name,
|
|
22
22
|
__require
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-STABELFC.mjs";
|
|
24
24
|
|
|
25
25
|
// src/generators/init/init.ts
|
|
26
26
|
import { formatFiles as formatFiles9 } from "@nx/devkit";
|
|
@@ -635,8 +635,8 @@ async function resolveContext(userOptions) {
|
|
|
635
635
|
const env = getEnv("esbuild", options);
|
|
636
636
|
const define = defu(options.define ?? {}, env ?? {});
|
|
637
637
|
const resolvedOptions = {
|
|
638
|
+
tsconfig: joinPaths(workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
638
639
|
...options,
|
|
639
|
-
tsconfig: joinPaths(projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
640
640
|
metafile: userOptions.mode === "development",
|
|
641
641
|
clean: false,
|
|
642
642
|
env,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withRunExecutor
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3OLO7YUL.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-STABELFC.mjs";
|
|
7
7
|
|
|
8
8
|
// ../config-tools/src/utilities/run.ts
|
|
9
9
|
import { exec, execSync } from "node:child_process";
|
|
@@ -634,8 +634,8 @@ async function resolveContext(userOptions) {
|
|
|
634
634
|
const env = getEnv("esbuild", options);
|
|
635
635
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
636
636
|
const resolvedOptions = {
|
|
637
|
+
tsconfig: _chunkFC5AL6FFjs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
637
638
|
...options,
|
|
638
|
-
tsconfig: _chunkFC5AL6FFjs.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
639
639
|
metafile: userOptions.mode === "development",
|
|
640
640
|
clean: false,
|
|
641
641
|
env,
|
|
@@ -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.0_patch_hash=
|
|
10
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/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");
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-LXKO7ZLH.js');
|
|
3
3
|
require('./chunk-JPGERIM3.js');
|
|
4
4
|
require('./chunk-ESAA5DIO.js');
|
|
5
|
-
require('./chunk-
|
|
5
|
+
require('./chunk-YBMM6DDX.js');
|
|
6
6
|
require('./chunk-ZAMME4JX.js');
|
|
7
7
|
require('./chunk-FC5AL6FF.js');
|
|
8
8
|
require('./chunk-3GQAWCBQ.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-DTE6TWIV.mjs";
|
|
3
|
+
import "./chunk-G2UIWND6.mjs";
|
|
4
|
+
import "./chunk-GQR36WF5.mjs";
|
|
5
|
+
import "./chunk-ZHLOKXH5.mjs";
|
|
6
|
+
import "./chunk-DYKD364I.mjs";
|
|
7
|
+
import "./chunk-3OLO7YUL.mjs";
|
|
8
|
+
import "./chunk-STABELFC.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQUE3SHVRjs = require('./chunk-QUE3SHVR.js');
|
|
5
5
|
require('./chunk-FC5AL6FF.js');
|
|
6
6
|
require('./chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkQUE3SHVRjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-23KFTIT2.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGenerator
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-4HADO6XZ.mjs";
|
|
5
|
+
import "./chunk-3OLO7YUL.mjs";
|
|
6
|
+
import "./chunk-STABELFC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
initGenerator
|
|
9
9
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-LXKO7ZLH.js');
|
|
3
3
|
require('./chunk-JPGERIM3.js');
|
|
4
4
|
require('./chunk-ESAA5DIO.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkQUE3SHVRjs = require('./chunk-QUE3SHVR.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunkILC773N2js = require('./chunk-ILC773N2.js');
|
|
13
|
-
require('./chunk-
|
|
13
|
+
require('./chunk-YBMM6DDX.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
var _chunkZAMME4JXjs = require('./chunk-ZAMME4JX.js');
|
|
@@ -20,4 +20,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator =
|
|
23
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkQUE3SHVRjs.initGenerator; exports.withTerraformExecutor = _chunkZAMME4JXjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-DTE6TWIV.mjs";
|
|
3
|
+
import "./chunk-G2UIWND6.mjs";
|
|
4
|
+
import "./chunk-GQR36WF5.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-4HADO6XZ.mjs";
|
|
9
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
10
|
import {
|
|
11
11
|
base_terraform_executor_untyped_default
|
|
12
12
|
} from "./chunk-EL25IDXP.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-ZHLOKXH5.mjs";
|
|
14
14
|
import {
|
|
15
15
|
withTerraformExecutor
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-DYKD364I.mjs";
|
|
17
|
+
import "./chunk-3OLO7YUL.mjs";
|
|
18
|
+
import "./chunk-STABELFC.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
21
21
|
initGenerator,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
} from "../../chunk-EL25IDXP.mjs";
|
|
5
5
|
import {
|
|
6
6
|
withTerraformExecutor
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-DYKD364I.mjs";
|
|
8
|
+
import "../../chunk-3OLO7YUL.mjs";
|
|
9
|
+
import "../../chunk-STABELFC.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
12
12
|
withTerraformExecutor
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withTerraformExecutor
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-DYKD364I.mjs";
|
|
4
|
+
import "../../chunk-3OLO7YUL.mjs";
|
|
5
|
+
import "../../chunk-STABELFC.mjs";
|
|
6
6
|
export {
|
|
7
7
|
withTerraformExecutor
|
|
8
8
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-ZHLOKXH5.mjs";
|
|
4
|
+
import "../../../chunk-DYKD364I.mjs";
|
|
5
|
+
import "../../../chunk-3OLO7YUL.mjs";
|
|
6
|
+
import "../../../chunk-STABELFC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-DTE6TWIV.mjs";
|
|
4
|
+
import "../../../chunk-DYKD364I.mjs";
|
|
5
|
+
import "../../../chunk-3OLO7YUL.mjs";
|
|
6
|
+
import "../../../chunk-STABELFC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-G2UIWND6.mjs";
|
|
4
|
+
import "../../../chunk-DYKD364I.mjs";
|
|
5
|
+
import "../../../chunk-3OLO7YUL.mjs";
|
|
6
|
+
import "../../../chunk-STABELFC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-GQR36WF5.mjs";
|
|
4
|
+
import "../../../chunk-DYKD364I.mjs";
|
|
5
|
+
import "../../../chunk-3OLO7YUL.mjs";
|
|
6
|
+
import "../../../chunk-STABELFC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQUE3SHVRjs = require('../../../chunk-QUE3SHVR.js');
|
|
5
5
|
require('../../../chunk-FC5AL6FF.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkQUE3SHVRjs.init_default; exports.initGenerator = _chunkQUE3SHVRjs.initGenerator;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-4HADO6XZ.mjs";
|
|
5
|
+
import "../../../chunk-3OLO7YUL.mjs";
|
|
6
|
+
import "../../../chunk-STABELFC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|
|
9
9
|
initGenerator
|
package/dist/tsup.config.mjs
CHANGED