@storm-software/terraform-tools 0.60.34 → 0.60.35
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-JLI2GIMJ.mjs → chunk-3BLQVDP7.mjs} +1 -1
- package/dist/{chunk-SH2NUO4D.mjs → chunk-7RR2HKBA.mjs} +1 -1
- package/dist/{chunk-23BXWJ3V.mjs → chunk-B4IBPS6P.mjs} +1 -1
- package/dist/{chunk-GC3CVBMQ.js → chunk-BUWPIUZN.js} +2 -2
- package/dist/{chunk-CFVE4L4K.js → chunk-F3DDL5QO.js} +2 -2
- package/dist/{chunk-5OONAEMF.mjs → chunk-GERJUBNF.mjs} +37 -46
- package/dist/{chunk-2OZJA2TG.js → chunk-IE3GYKQ2.js} +37 -46
- package/dist/{chunk-4CMT55YE.mjs → chunk-KYSRH4TW.mjs} +1 -1
- package/dist/{chunk-D6DGSBV2.js → chunk-LBU72XRT.js} +2 -2
- package/dist/{chunk-SNDH6H37.mjs → chunk-OV2EM7MW.mjs} +1 -1
- package/dist/{chunk-6CIGNGYJ.js → chunk-SBXLS6B7.js} +2 -2
- package/dist/{chunk-N2JYMGM6.mjs → chunk-T77AY65K.mjs} +1 -1
- package/dist/{chunk-EHLDIFOY.js → chunk-U4ZH7ICY.js} +2 -2
- package/dist/{chunk-EOBH3KRZ.js → chunk-WTVXYTRH.js} +106 -106
- 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.34](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.34) (2025-07-02)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([a606340bb](https://github.com/storm-software/storm-ops/commit/a606340bb))
|
|
11
|
+
|
|
5
12
|
## [0.60.33](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.33) (2025-06-29)
|
|
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 -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkSBXLS6B7js = require('./chunk-SBXLS6B7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkSBXLS6B7js.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 _chunkSBXLS6B7js = require('./chunk-SBXLS6B7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkSBXLS6B7js.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -27,24 +27,24 @@ var LogLevelLabel = {
|
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
// ../config/src/constants.ts
|
|
30
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
30
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
31
31
|
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
35
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
36
|
-
var
|
|
37
|
-
var
|
|
38
|
-
var
|
|
39
|
-
var
|
|
40
|
-
var
|
|
41
|
-
var
|
|
36
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
37
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
38
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
39
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
40
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
41
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
42
42
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
43
43
|
Storm Software is an open source software development organization with the mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
44
44
|
|
|
45
|
-
Join us on [Discord](${
|
|
45
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
46
46
|
|
|
47
|
-
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${
|
|
47
|
+
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_SOCIAL_SLACK}) channel!
|
|
48
48
|
`;
|
|
49
49
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
50
50
|
|
|
@@ -158,13 +158,13 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
158
158
|
"A footer message appended to the end of the workspace's release notes"
|
|
159
159
|
)
|
|
160
160
|
}).describe("The workspace's release config used during the release process");
|
|
161
|
-
var
|
|
162
|
-
twitter: z.string().trim().default(
|
|
163
|
-
discord: z.string().trim().default(
|
|
164
|
-
telegram: z.string().trim().default(
|
|
165
|
-
slack: z.string().trim().default(
|
|
166
|
-
medium: z.string().trim().default(
|
|
167
|
-
github: z.string().trim().default(
|
|
161
|
+
var WorkspaceSocialsConfigSchema = z.object({
|
|
162
|
+
twitter: z.string().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
163
|
+
discord: z.string().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
164
|
+
telegram: z.string().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
165
|
+
slack: z.string().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
166
|
+
medium: z.string().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
167
|
+
github: z.string().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
168
168
|
}).describe(
|
|
169
169
|
"The workspace's account config used to store various social media links"
|
|
170
170
|
);
|
|
@@ -228,13 +228,10 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
228
228
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
229
229
|
bot: WorkspaceBotConfigSchema,
|
|
230
230
|
release: WorkspaceReleaseConfigSchema,
|
|
231
|
-
|
|
231
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
232
232
|
error: errorConfigSchema,
|
|
233
233
|
mode: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
234
234
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
235
|
-
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
236
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
237
|
-
),
|
|
238
235
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
239
236
|
directories: WorkspaceDirectoryConfigSchema,
|
|
240
237
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1043,13 +1040,13 @@ var getConfigEnv = () => {
|
|
|
1043
1040
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
1044
1041
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
1045
1042
|
},
|
|
1046
|
-
|
|
1047
|
-
twitter: process.env[`${prefix}
|
|
1048
|
-
discord: process.env[`${prefix}
|
|
1049
|
-
telegram: process.env[`${prefix}
|
|
1050
|
-
slack: process.env[`${prefix}
|
|
1051
|
-
medium: process.env[`${prefix}
|
|
1052
|
-
github: process.env[`${prefix}
|
|
1043
|
+
socials: {
|
|
1044
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
1045
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
1046
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
1047
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
1048
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
1049
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
1053
1050
|
},
|
|
1054
1051
|
organization: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`] ? process.env[`${prefix}ORG_DESCRIPTION`] || process.env[`${prefix}ORGANIZATION_DESCRIPTION`] || process.env[`${prefix}ORG_URL`] || process.env[`${prefix}ORGANIZATION_URL`] || process.env[`${prefix}ORG_LOGO`] || process.env[`${prefix}ORGANIZATION_LOGO`] ? {
|
|
1055
1052
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -1091,7 +1088,6 @@ var getConfigEnv = () => {
|
|
|
1091
1088
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
1092
1089
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
1093
1090
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
1094
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
1095
1091
|
registry: {
|
|
1096
1092
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
1097
1093
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -1243,24 +1239,24 @@ var setConfigEnv = (config) => {
|
|
|
1243
1239
|
process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
|
|
1244
1240
|
process.env[`${prefix}RELEASE_FOOTER`] = config.release.footer;
|
|
1245
1241
|
}
|
|
1246
|
-
if (config.
|
|
1247
|
-
if (config.
|
|
1248
|
-
process.env[`${prefix}
|
|
1242
|
+
if (config.socials) {
|
|
1243
|
+
if (config.socials.twitter) {
|
|
1244
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config.socials.twitter;
|
|
1249
1245
|
}
|
|
1250
|
-
if (config.
|
|
1251
|
-
process.env[`${prefix}
|
|
1246
|
+
if (config.socials.discord) {
|
|
1247
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config.socials.discord;
|
|
1252
1248
|
}
|
|
1253
|
-
if (config.
|
|
1254
|
-
process.env[`${prefix}
|
|
1249
|
+
if (config.socials.telegram) {
|
|
1250
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config.socials.telegram;
|
|
1255
1251
|
}
|
|
1256
|
-
if (config.
|
|
1257
|
-
process.env[`${prefix}
|
|
1252
|
+
if (config.socials.slack) {
|
|
1253
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config.socials.slack;
|
|
1258
1254
|
}
|
|
1259
|
-
if (config.
|
|
1260
|
-
process.env[`${prefix}
|
|
1255
|
+
if (config.socials.medium) {
|
|
1256
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config.socials.medium;
|
|
1261
1257
|
}
|
|
1262
|
-
if (config.
|
|
1263
|
-
process.env[`${prefix}
|
|
1258
|
+
if (config.socials.github) {
|
|
1259
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config.socials.github;
|
|
1264
1260
|
}
|
|
1265
1261
|
}
|
|
1266
1262
|
if (config.organization) {
|
|
@@ -1398,11 +1394,6 @@ var setConfigEnv = (config) => {
|
|
|
1398
1394
|
if (config.preid) {
|
|
1399
1395
|
process.env[`${prefix}PRE_ID`] = String(config.preid);
|
|
1400
1396
|
}
|
|
1401
|
-
if (config.externalPackagePatterns) {
|
|
1402
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
1403
|
-
config.externalPackagePatterns
|
|
1404
|
-
);
|
|
1405
|
-
}
|
|
1406
1397
|
if (config.registry) {
|
|
1407
1398
|
if (config.registry.github) {
|
|
1408
1399
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config.registry.github);
|
|
@@ -27,24 +27,24 @@ var LogLevelLabel = {
|
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
// ../config/src/constants.ts
|
|
30
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
30
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
31
31
|
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
35
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
36
|
-
var
|
|
37
|
-
var
|
|
38
|
-
var
|
|
39
|
-
var
|
|
40
|
-
var
|
|
41
|
-
var
|
|
36
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
37
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
38
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
39
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
40
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
41
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
42
42
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
43
43
|
Storm Software is an open source software development organization with the mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
44
44
|
|
|
45
|
-
Join us on [Discord](${
|
|
45
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
46
46
|
|
|
47
|
-
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${
|
|
47
|
+
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_SOCIAL_SLACK}) channel!
|
|
48
48
|
`;
|
|
49
49
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
50
50
|
|
|
@@ -158,13 +158,13 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
158
158
|
"A footer message appended to the end of the workspace's release notes"
|
|
159
159
|
)
|
|
160
160
|
}).describe("The workspace's release config used during the release process");
|
|
161
|
-
var
|
|
162
|
-
twitter: z.string().trim().default(
|
|
163
|
-
discord: z.string().trim().default(
|
|
164
|
-
telegram: z.string().trim().default(
|
|
165
|
-
slack: z.string().trim().default(
|
|
166
|
-
medium: z.string().trim().default(
|
|
167
|
-
github: z.string().trim().default(
|
|
161
|
+
var WorkspaceSocialsConfigSchema = z.object({
|
|
162
|
+
twitter: z.string().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
163
|
+
discord: z.string().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
164
|
+
telegram: z.string().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
165
|
+
slack: z.string().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
166
|
+
medium: z.string().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
167
|
+
github: z.string().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
168
168
|
}).describe(
|
|
169
169
|
"The workspace's account config used to store various social media links"
|
|
170
170
|
);
|
|
@@ -228,13 +228,10 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
228
228
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
229
229
|
bot: WorkspaceBotConfigSchema,
|
|
230
230
|
release: WorkspaceReleaseConfigSchema,
|
|
231
|
-
|
|
231
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
232
232
|
error: errorConfigSchema,
|
|
233
233
|
mode: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
234
234
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
235
|
-
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
236
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
237
|
-
),
|
|
238
235
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
239
236
|
directories: WorkspaceDirectoryConfigSchema,
|
|
240
237
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1043,13 +1040,13 @@ var getConfigEnv = () => {
|
|
|
1043
1040
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
1044
1041
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
1045
1042
|
},
|
|
1046
|
-
|
|
1047
|
-
twitter: process.env[`${prefix}
|
|
1048
|
-
discord: process.env[`${prefix}
|
|
1049
|
-
telegram: process.env[`${prefix}
|
|
1050
|
-
slack: process.env[`${prefix}
|
|
1051
|
-
medium: process.env[`${prefix}
|
|
1052
|
-
github: process.env[`${prefix}
|
|
1043
|
+
socials: {
|
|
1044
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
1045
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
1046
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
1047
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
1048
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
1049
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
1053
1050
|
},
|
|
1054
1051
|
organization: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`] ? process.env[`${prefix}ORG_DESCRIPTION`] || process.env[`${prefix}ORGANIZATION_DESCRIPTION`] || process.env[`${prefix}ORG_URL`] || process.env[`${prefix}ORGANIZATION_URL`] || process.env[`${prefix}ORG_LOGO`] || process.env[`${prefix}ORGANIZATION_LOGO`] ? {
|
|
1055
1052
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -1091,7 +1088,6 @@ var getConfigEnv = () => {
|
|
|
1091
1088
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
1092
1089
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
1093
1090
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
1094
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
1095
1091
|
registry: {
|
|
1096
1092
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
1097
1093
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -1243,24 +1239,24 @@ var setConfigEnv = (config) => {
|
|
|
1243
1239
|
process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
|
|
1244
1240
|
process.env[`${prefix}RELEASE_FOOTER`] = config.release.footer;
|
|
1245
1241
|
}
|
|
1246
|
-
if (config.
|
|
1247
|
-
if (config.
|
|
1248
|
-
process.env[`${prefix}
|
|
1242
|
+
if (config.socials) {
|
|
1243
|
+
if (config.socials.twitter) {
|
|
1244
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config.socials.twitter;
|
|
1249
1245
|
}
|
|
1250
|
-
if (config.
|
|
1251
|
-
process.env[`${prefix}
|
|
1246
|
+
if (config.socials.discord) {
|
|
1247
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config.socials.discord;
|
|
1252
1248
|
}
|
|
1253
|
-
if (config.
|
|
1254
|
-
process.env[`${prefix}
|
|
1249
|
+
if (config.socials.telegram) {
|
|
1250
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config.socials.telegram;
|
|
1255
1251
|
}
|
|
1256
|
-
if (config.
|
|
1257
|
-
process.env[`${prefix}
|
|
1252
|
+
if (config.socials.slack) {
|
|
1253
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config.socials.slack;
|
|
1258
1254
|
}
|
|
1259
|
-
if (config.
|
|
1260
|
-
process.env[`${prefix}
|
|
1255
|
+
if (config.socials.medium) {
|
|
1256
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config.socials.medium;
|
|
1261
1257
|
}
|
|
1262
|
-
if (config.
|
|
1263
|
-
process.env[`${prefix}
|
|
1258
|
+
if (config.socials.github) {
|
|
1259
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config.socials.github;
|
|
1264
1260
|
}
|
|
1265
1261
|
}
|
|
1266
1262
|
if (config.organization) {
|
|
@@ -1398,11 +1394,6 @@ var setConfigEnv = (config) => {
|
|
|
1398
1394
|
if (config.preid) {
|
|
1399
1395
|
process.env[`${prefix}PRE_ID`] = String(config.preid);
|
|
1400
1396
|
}
|
|
1401
|
-
if (config.externalPackagePatterns) {
|
|
1402
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
1403
|
-
config.externalPackagePatterns
|
|
1404
|
-
);
|
|
1405
|
-
}
|
|
1406
1397
|
if (config.registry) {
|
|
1407
1398
|
if (config.registry.github) {
|
|
1408
1399
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config.registry.github);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkSBXLS6B7js = require('./chunk-SBXLS6B7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkSBXLS6B7js.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -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 _chunkIE3GYKQ2js = require('./chunk-IE3GYKQ2.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/run.ts
|
|
6
6
|
var _child_process = require('child_process');
|
|
@@ -24,7 +24,7 @@ var run = (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => (
|
|
|
24
24
|
// src/base/terraform-executor.ts
|
|
25
25
|
var _shelljs = require('shelljs');
|
|
26
26
|
var withTerraformExecutor = (command, executorOptions = {}) => async (_options, context) => {
|
|
27
|
-
return
|
|
27
|
+
return _chunkIE3GYKQ2js.withRunExecutor.call(void 0,
|
|
28
28
|
`Terraform \`${command}\` Command Executor`,
|
|
29
29
|
async (options, context2, config) => {
|
|
30
30
|
if (!_shelljs.which.call(void 0, "tofu") || !_shelljs.which.call(void 0, "terraform")) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkSBXLS6B7js = require('./chunk-SBXLS6B7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkSBXLS6B7js.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|