@storm-software/terraform-tools 0.54.44 → 0.54.45
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 +9 -0
- package/README.md +1 -1
- package/dist/{chunk-TMSXVOPT.js → chunk-AWKDJF6S.js} +3 -3
- package/dist/{chunk-IASMSKFD.js → chunk-DJCYC7JQ.js} +2 -2
- package/dist/{chunk-KXU4RONH.mjs → chunk-JXHQ3VKS.mjs} +1 -1
- package/dist/{chunk-TC6M3XSY.js → chunk-MFSX2K6C.js} +133 -133
- package/dist/{chunk-SD5RUDOC.js → chunk-N54F7ABF.js} +2 -2
- package/dist/{chunk-HLKD7LH2.js → chunk-OFLYCEQV.js} +18 -2
- package/dist/{chunk-I7YJV2HQ.mjs → chunk-PX46VTHM.mjs} +1 -1
- package/dist/{chunk-7DKBJQFC.js → chunk-QLX5ZXZW.js} +2 -2
- package/dist/{chunk-2YQ45BL6.mjs → chunk-QVS5QXGT.mjs} +18 -2
- package/dist/{chunk-HNQXOQIK.js → chunk-SHSQW7WA.js} +2 -2
- package/dist/{chunk-END6WC65.mjs → chunk-UFNO4VYA.mjs} +1 -1
- package/dist/{chunk-DQSC56MV.mjs → chunk-WQRXF2IK.mjs} +1 -1
- package/dist/{chunk-2KL7TQCA.mjs → chunk-X3Q4UFXB.mjs} +10 -10
- package/dist/{chunk-JXBAKJPX.mjs → chunk-ZAEMRHF3.mjs} +1 -1
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- 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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.d.mts +1 -1276
- package/dist/src/base/terraform-executor.d.ts +1 -1276
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.d.mts +1 -1
- package/dist/src/executors/apply/executor.d.ts +1 -1
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.d.mts +1 -1
- package/dist/src/executors/destroy/executor.d.ts +1 -1
- 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.d.mts +1 -1
- package/dist/src/executors/plan/executor.d.ts +1 -1
- 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 +7 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.54.45](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.45) (2025-04-04)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([30c679ec1](https://github.com/storm-software/storm-ops/commit/30c679ec1))
|
|
11
|
+
- **monorepo:** Ensure consistency between workspace dependencies
|
|
12
|
+
([e635640da](https://github.com/storm-software/storm-ops/commit/e635640da))
|
|
13
|
+
|
|
5
14
|
## [0.54.44](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.44) (2025-04-02)
|
|
6
15
|
|
|
7
16
|
### 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,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOFLYCEQVjs = require('./chunk-OFLYCEQV.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -9,7 +9,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
9
9
|
// src/base/terraform-executor.ts
|
|
10
10
|
var _shelljs = require('shelljs');
|
|
11
11
|
var withTerraformExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, executorOptions = {}) => async (_options, context) => {
|
|
12
|
-
return
|
|
12
|
+
return _chunkOFLYCEQVjs.withRunExecutor.call(void 0, `Terraform \`${command}\` Command Executor`, async (options, context2, config) => {
|
|
13
13
|
if (!_shelljs.which.call(void 0, "tofu") || !_shelljs.which.call(void 0, "terraform")) {
|
|
14
14
|
throw new Error("Both OpenTofu and Terraform are not installed. Please install one of the two before running this executor.");
|
|
15
15
|
}
|
|
@@ -21,7 +21,7 @@ var withTerraformExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0,
|
|
|
21
21
|
if (typeof jsonBackendConfig === "string") {
|
|
22
22
|
jsonBackendConfig = JSON.parse(jsonBackendConfig);
|
|
23
23
|
}
|
|
24
|
-
|
|
24
|
+
_chunkOFLYCEQVjs.run.call(void 0, config, [
|
|
25
25
|
"terragrunt",
|
|
26
26
|
command,
|
|
27
27
|
...jsonBackendConfig.map((config2) => `-backend-config="${config2.key}=${config2.name}"`),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkAWKDJF6Sjs = require('./chunk-AWKDJF6S.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkAWKDJF6Sjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|