@storm-software/terraform-tools 0.60.38 → 0.60.39
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-SCIVGQ5G.mjs → chunk-2CUJGXYC.mjs} +1 -1
- package/dist/{chunk-KNNQJHOH.mjs → chunk-7PNDKMV6.mjs} +1 -1
- package/dist/{chunk-FWOTYBYO.js → chunk-BAT7EH6A.js} +7 -4
- package/dist/{chunk-2O7DQPDC.js → chunk-CX64APPB.js} +2 -2
- package/dist/{chunk-Z6F7BKEF.js → chunk-G6Z52OQD.js} +2 -2
- package/dist/{chunk-KD7CUX45.js → chunk-JALHLYVF.js} +107 -107
- package/dist/{chunk-RW4FXDXQ.js → chunk-M3WQJ3MW.js} +2 -2
- package/dist/{chunk-PRZKXK4E.mjs → chunk-PISYVTPL.mjs} +1 -1
- package/dist/{chunk-PGTHUI34.mjs → chunk-SET5HWVQ.mjs} +7 -4
- package/dist/{chunk-KJQ3JPTX.js → chunk-V3UBZ6UF.js} +2 -2
- package/dist/{chunk-LHTFN57X.mjs → chunk-X5OTQLMS.mjs} +1 -1
- package/dist/{chunk-3OW6JMBO.js → chunk-XJCRXCA5.js} +2 -2
- package/dist/{chunk-VC7G4MO3.mjs → chunk-ZP7LLXH2.mjs} +1 -1
- package/dist/{chunk-GH5Q6LZY.mjs → chunk-ZZHYNV7P.mjs} +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.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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.38](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.38) (2025-07-10)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([98723860a](https://github.com/storm-software/storm-ops/commit/98723860a))
|
|
11
|
+
|
|
5
12
|
## [0.60.37](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.37) (2025-07-08)
|
|
6
13
|
|
|
7
14
|
### 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 -->
|
|
@@ -32,7 +32,6 @@ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
|
32
32
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
33
33
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
34
34
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
35
|
-
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
36
35
|
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
37
36
|
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
38
37
|
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
@@ -148,13 +147,13 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
148
147
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
149
148
|
);
|
|
150
149
|
var WorkspaceReleaseConfigSchema = z.object({
|
|
151
|
-
banner: z.string().trim().
|
|
150
|
+
banner: z.string().trim().optional().describe(
|
|
152
151
|
"A URL to a banner image used to display the workspace's release"
|
|
153
152
|
),
|
|
154
153
|
header: z.string().trim().optional().describe(
|
|
155
154
|
"A header message appended to the start of the workspace's release notes"
|
|
156
155
|
),
|
|
157
|
-
footer: z.string().trim().
|
|
156
|
+
footer: z.string().trim().optional().describe(
|
|
158
157
|
"A footer message appended to the end of the workspace's release notes"
|
|
159
158
|
)
|
|
160
159
|
}).describe("The workspace's release config used during the release process");
|
|
@@ -1557,7 +1556,11 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1557
1556
|
}
|
|
1558
1557
|
}
|
|
1559
1558
|
const defaultConfig = await getPackageJsonConfig(_workspaceRoot);
|
|
1560
|
-
const configInput = _defu2.default.call(void 0,
|
|
1559
|
+
const configInput = _defu2.default.call(void 0,
|
|
1560
|
+
configEnv,
|
|
1561
|
+
configFile,
|
|
1562
|
+
defaultConfig
|
|
1563
|
+
);
|
|
1561
1564
|
try {
|
|
1562
1565
|
result = applyDefaultConfig(
|
|
1563
1566
|
await stormWorkspaceConfigSchema.parseAsync(configInput)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkV3UBZ6UFjs = require('./chunk-V3UBZ6UF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkV3UBZ6UFjs.withTerraformExecutor.call(void 0, "destroy");
|
|
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 _chunkV3UBZ6UFjs = require('./chunk-V3UBZ6UF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkV3UBZ6UFjs.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|