@storm-software/terraform-tools 0.60.28 → 0.60.30
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 +14 -0
- package/README.md +1 -1
- package/dist/{chunk-NGAJ5W5H.mjs → chunk-4XIS7YDK.mjs} +1 -1
- package/dist/{chunk-SYR53UDS.js → chunk-7ZB35C75.js} +2 -2
- package/dist/{chunk-CB5TC2RP.js → chunk-CDGU2D3C.js} +2 -2
- package/dist/{chunk-VVBBXLTV.js → chunk-CJWRZC26.js} +2 -2
- package/dist/{chunk-YHVTCYRL.js → chunk-ER4NKE5L.js} +180 -176
- package/dist/{chunk-LB7M33FA.mjs → chunk-H7Y2LFV3.mjs} +1 -1
- package/dist/{chunk-JPEKGOAX.js → chunk-HTZKEVO3.js} +2 -2
- package/dist/{chunk-ELCT45UM.js → chunk-KE7OE54O.js} +2 -2
- package/dist/{chunk-QQZ6PXPB.mjs → chunk-LWTKJZRO.mjs} +88 -84
- package/dist/{chunk-6MXVWOEX.mjs → chunk-M2N3IAIA.mjs} +1 -1
- package/dist/{chunk-OZWSP7EQ.mjs → chunk-PPFWOOJC.mjs} +1 -1
- package/dist/{chunk-FPUITK4C.mjs → chunk-R4W7LWPZ.mjs} +1 -1
- package/dist/{chunk-FD3RF3B3.mjs → chunk-S73JSUW4.mjs} +4 -4
- package/dist/{chunk-QHV7SDFQ.js → chunk-UDVVYY5D.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 +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.29](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.29) (2025-06-22)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([d8eb8a9de](https://github.com/storm-software/storm-ops/commit/d8eb8a9de))
|
|
11
|
+
|
|
12
|
+
## [0.60.28](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.28) (2025-06-20)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Update README markdown files
|
|
17
|
+
([cd1727b2a](https://github.com/storm-software/storm-ops/commit/cd1727b2a))
|
|
18
|
+
|
|
5
19
|
## [0.60.27](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.27) (2025-06-20)
|
|
6
20
|
|
|
7
21
|
### 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,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkKE7OE54Ojs.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkKE7OE54Ojs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkKE7OE54Ojs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|