@storm-software/terraform-tools 0.48.0 → 0.49.2
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 +33 -0
- package/README.md +1 -1
- package/dist/{chunk-WKVEHDC2.mjs → chunk-2G5G6H2X.mjs} +1 -1
- package/dist/{chunk-SIQ2JL7E.js → chunk-3QQYGWLX.js} +2 -2
- package/dist/{chunk-SH7NPG4K.mjs → chunk-4FQ7OTSE.mjs} +4 -4
- package/dist/{chunk-EAPOMBKY.mjs → chunk-4UCIB5EX.mjs} +1 -1
- package/dist/{chunk-MW3JRZ4N.js → chunk-55SRZ3NV.js} +2 -2
- package/dist/{chunk-LKPBZPSA.mjs → chunk-DNTE5MBP.mjs} +124 -142
- package/dist/{chunk-SCRXKTPS.js → chunk-DTYPMVS2.js} +2 -2
- package/dist/{chunk-NEISKBUA.mjs → chunk-M4Q23Z5H.mjs} +1 -1
- package/dist/{chunk-6GLEQENV.mjs → chunk-MUBINZ32.mjs} +1 -1
- package/dist/{chunk-AOTMRUKU.js → chunk-PCZI22PL.js} +3 -3
- package/dist/{chunk-463AGI5I.mjs → chunk-QUA3WPTX.mjs} +1 -1
- package/dist/{chunk-72FEODKN.js → chunk-VORJFDGV.js} +290 -308
- package/dist/{chunk-53WQJQ5K.js → chunk-WUQW2NTB.js} +2 -2
- package/dist/{chunk-JNBNKAGF.js → chunk-ZW3ZP7CV.js} +4 -4
- 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 +140 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
## 0.49.2 (2025-01-20)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **untyped:** Resovle bundling issue with externals ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated workspace-tools to 1.233.0
|
|
10
|
+
- Updated workspace-tools to 1.233.0
|
|
11
|
+
|
|
12
|
+
## 0.49.1 (2025-01-20)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **unbuild:** Update package to bundle the `unbuild` package for distribution ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
|
|
17
|
+
|
|
18
|
+
### 🧱 Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated workspace-tools to 1.232.1
|
|
21
|
+
- Updated workspace-tools to 1.232.1
|
|
22
|
+
|
|
23
|
+
## 0.49.0 (2025-01-20)
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
- **unbuild:** Update build process to use cached project graph ([610c94aa](https://github.com/storm-software/storm-ops/commit/610c94aa))
|
|
28
|
+
|
|
29
|
+
### 🧱 Updated Dependencies
|
|
30
|
+
|
|
31
|
+
- Updated workspace-tools to 1.231.0
|
|
32
|
+
- Updated workspace-tools to 1.231.0
|
|
33
|
+
|
|
1
34
|
## 0.48.0 (2025-01-20)
|
|
2
35
|
|
|
3
36
|
### Features
|
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 _chunkPCZI22PLjs = require('./chunk-PCZI22PL.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkPCZI22PLjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -653,26 +653,26 @@ var applyWorkspaceTokens = /* @__PURE__ */ __name(async (options, config, tokeni
|
|
|
653
653
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
654
654
|
var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, options = {}) => {
|
|
655
655
|
const workspacePath = filePath || findWorkspaceRoot(filePath);
|
|
656
|
-
let config = loadConfig({
|
|
656
|
+
let config = await loadConfig({
|
|
657
657
|
cwd: workspacePath,
|
|
658
658
|
packageJson: true,
|
|
659
659
|
name: fileName,
|
|
660
660
|
envName: fileName?.toUpperCase(),
|
|
661
661
|
jitiOptions: {
|
|
662
662
|
debug: false,
|
|
663
|
-
|
|
663
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
664
664
|
},
|
|
665
665
|
...options
|
|
666
666
|
});
|
|
667
667
|
if (!config || Object.keys(config).length === 0) {
|
|
668
|
-
config = loadConfig({
|
|
668
|
+
config = await loadConfig({
|
|
669
669
|
cwd: workspacePath,
|
|
670
670
|
packageJson: true,
|
|
671
671
|
name: fileName,
|
|
672
672
|
envName: fileName?.toUpperCase(),
|
|
673
673
|
jitiOptions: {
|
|
674
674
|
debug: false,
|
|
675
|
-
|
|
675
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
676
676
|
},
|
|
677
677
|
configFile: fileName,
|
|
678
678
|
...options
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkPCZI22PLjs = require('./chunk-PCZI22PL.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkPCZI22PLjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|