@storm-software/terraform-tools 0.66.135 → 0.66.137
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 +24 -0
- package/README.md +1 -1
- package/dist/{chunk-VNRBBPU2.mjs → chunk-3DMVAES7.mjs} +3 -3
- package/dist/{chunk-6QCPWFSU.mjs → chunk-7LBSWTB3.mjs} +1 -1
- package/dist/{chunk-VNQMXQXA.js → chunk-7LDXLIO7.js} +2 -2
- package/dist/{chunk-2JMIC2O2.mjs → chunk-DO7JN6OY.mjs} +1 -1
- package/dist/{chunk-SWSLK47E.js → chunk-GTBI3QNS.js} +3 -3
- package/dist/{chunk-YZUUQDUD.js → chunk-GUAJ2KTT.js} +158 -158
- package/dist/{chunk-XTLX4UAN.mjs → chunk-GUWU2HWJ.mjs} +2 -2
- package/dist/{chunk-42IK6PKT.js → chunk-IAJGFG7O.js} +2 -2
- package/dist/{chunk-DYJFXKXN.mjs → chunk-LVTCCGM4.mjs} +1 -1
- package/dist/{chunk-M5FLQWTU.mjs → chunk-NFHEOYH4.mjs} +1 -1
- package/dist/{chunk-CIZCQJA2.js → chunk-Q7UBUOTX.js} +2 -2
- package/dist/{chunk-SAHP2OZO.js → chunk-VSFJLK7F.js} +2 -2
- package/dist/{chunk-XR7ZA3FJ.js → chunk-WK5D2J5Z.js} +2 -2
- package/dist/{chunk-ZUQNVBQ7.mjs → chunk-Y5C2GUBV.mjs} +1 -1
- package/dist/{chunk-X5XKILGN.mjs → chunk-YRHASV7O.mjs} +1 -1
- 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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.136](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.136) (03/19/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update `README.md` files ([46aa73215](https://github.com/storm-software/storm-ops/commit/46aa73215))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **workspace-tools** to **v1.295.21**
|
|
14
|
+
- Updated **config-tools** to **v1.189.45**
|
|
15
|
+
- Updated **config** to **v1.136.4**
|
|
16
|
+
|
|
17
|
+
## [0.66.135](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.135) (03/19/2026)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Regenerate `README.md` files ([419117bcf](https://github.com/storm-software/storm-ops/commit/419117bcf))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **workspace-tools** to **v1.295.20**
|
|
26
|
+
- Updated **config-tools** to **v1.189.44**
|
|
27
|
+
- Updated **config** to **v1.136.3**
|
|
28
|
+
|
|
5
29
|
## [0.66.134](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.134) (03/19/2026)
|
|
6
30
|
|
|
7
31
|
### Miscellaneous
|
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 -->
|
|
@@ -45,7 +45,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
45
45
|
warning: "#e3b341",
|
|
46
46
|
danger: "#D8314A",
|
|
47
47
|
fatal: "#51070f",
|
|
48
|
-
performance: "#
|
|
48
|
+
performance: "#13c302",
|
|
49
49
|
link: "#3fa6ff",
|
|
50
50
|
positive: "#22c55e",
|
|
51
51
|
negative: "#dc2626",
|
|
@@ -63,7 +63,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
63
63
|
warning: "#f3d371",
|
|
64
64
|
danger: "#D8314A",
|
|
65
65
|
fatal: "#a40e26",
|
|
66
|
-
performance: "#
|
|
66
|
+
performance: "#80fd74",
|
|
67
67
|
link: "#3fa6ff",
|
|
68
68
|
positive: "#22c55e",
|
|
69
69
|
negative: "#dc2626",
|
|
@@ -798,7 +798,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
798
798
|
schemaRegistry.add(fatalColorSchema, {
|
|
799
799
|
description: "The fatal color of the workspace"
|
|
800
800
|
});
|
|
801
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
801
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
802
802
|
schemaRegistry.add(performanceColorSchema, {
|
|
803
803
|
description: "The performance color of the workspace"
|
|
804
804
|
});
|
|
@@ -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 _chunkGTBI3QNSjs = require('./chunk-GTBI3QNS.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 _chunkGTBI3QNSjs.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")) {
|
|
@@ -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__544fc81e26f13ef0455e9a50e1cc2f07/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);
|
|
@@ -45,7 +45,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
45
45
|
warning: "#e3b341",
|
|
46
46
|
danger: "#D8314A",
|
|
47
47
|
fatal: "#51070f",
|
|
48
|
-
performance: "#
|
|
48
|
+
performance: "#13c302",
|
|
49
49
|
link: "#3fa6ff",
|
|
50
50
|
positive: "#22c55e",
|
|
51
51
|
negative: "#dc2626",
|
|
@@ -63,7 +63,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
63
63
|
warning: "#f3d371",
|
|
64
64
|
danger: "#D8314A",
|
|
65
65
|
fatal: "#a40e26",
|
|
66
|
-
performance: "#
|
|
66
|
+
performance: "#80fd74",
|
|
67
67
|
link: "#3fa6ff",
|
|
68
68
|
positive: "#22c55e",
|
|
69
69
|
negative: "#dc2626",
|
|
@@ -798,7 +798,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
798
798
|
schemaRegistry.add(fatalColorSchema, {
|
|
799
799
|
description: "The fatal color of the workspace"
|
|
800
800
|
});
|
|
801
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
801
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
802
802
|
schemaRegistry.add(performanceColorSchema, {
|
|
803
803
|
description: "The performance color of the workspace"
|
|
804
804
|
});
|