@storm-software/terraform-tools 0.60.27 → 0.60.29
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-FLZTOXM3.mjs → chunk-6MXVWOEX.mjs} +1 -1
- package/dist/{chunk-FUE5K3NR.js → chunk-CB5TC2RP.js} +2 -2
- package/dist/{chunk-ON72XGOJ.js → chunk-ELCT45UM.js} +2 -2
- package/dist/{chunk-52NNEPD6.mjs → chunk-FD3RF3B3.mjs} +3 -3
- package/dist/{chunk-H7RPADEY.mjs → chunk-FPUITK4C.mjs} +1 -1
- package/dist/{chunk-S3HIWWZD.mjs → chunk-HFX67ZER.mjs} +94 -85
- package/dist/{chunk-FO243SX2.js → chunk-JPEKGOAX.js} +2 -2
- package/dist/{chunk-JS3AGKOT.mjs → chunk-LB7M33FA.mjs} +1 -1
- package/dist/{chunk-NGLPUTTO.mjs → chunk-NGAJ5W5H.mjs} +1 -1
- package/dist/{chunk-HQYKP2ET.mjs → chunk-OZWSP7EQ.mjs} +1 -1
- package/dist/{chunk-B52TP7TD.js → chunk-QHV7SDFQ.js} +3 -3
- package/dist/{chunk-M4JRJR36.js → chunk-SYR53UDS.js} +2 -2
- package/dist/{chunk-NZHLKIHQ.js → chunk-VVBBXLTV.js} +2 -2
- package/dist/{chunk-UA4HNENY.js → chunk-ZKDCAXEM.js} +185 -176
- 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.28](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.28) (2025-06-20)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update README markdown files
|
|
10
|
+
([cd1727b2a](https://github.com/storm-software/storm-ops/commit/cd1727b2a))
|
|
11
|
+
|
|
12
|
+
## [0.60.27](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.27) (2025-06-20)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Update README markdown files
|
|
17
|
+
([90a90bfac](https://github.com/storm-software/storm-ops/commit/90a90bfac))
|
|
18
|
+
|
|
5
19
|
## [0.60.26](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.26) (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 _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkELCT45UMjs.withTerraformExecutor.call(void 0, "plan");
|
|
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 _chunkQHV7SDFQjs = require('./chunk-QHV7SDFQ.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 _chunkQHV7SDFQjs.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")) {
|
|
@@ -201,9 +201,9 @@ var organizationConfigSchema = z.object({
|
|
|
201
201
|
}).describe("The workspace's organization details");
|
|
202
202
|
var stormWorkspaceConfigSchema = z.object({
|
|
203
203
|
$schema: z.string().trim().default(
|
|
204
|
-
"https://
|
|
205
|
-
).
|
|
206
|
-
"The URL to the JSON schema file that describes the Storm configuration file"
|
|
204
|
+
"https://public.storm-cdn.com/schemas/storm-workspace.schema.json"
|
|
205
|
+
).describe(
|
|
206
|
+
"The URL or file path to the JSON schema file that describes the Storm configuration file"
|
|
207
207
|
),
|
|
208
208
|
extends: ExtendsSchema.optional(),
|
|
209
209
|
name: z.string().trim().toLowerCase().optional().describe(
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
writeSuccess,
|
|
17
17
|
writeTrace,
|
|
18
18
|
writeWarning
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-FD3RF3B3.mjs";
|
|
20
20
|
import {
|
|
21
21
|
__dirname,
|
|
22
22
|
__require
|
|
@@ -123,9 +123,9 @@ function cargoMetadata() {
|
|
|
123
123
|
function runProcess(processCmd, ...args) {
|
|
124
124
|
const metadata = cargoMetadata();
|
|
125
125
|
const targetDir = metadata?.target_directory ?? joinPathFragments(workspaceRoot, "dist");
|
|
126
|
-
return new Promise((
|
|
126
|
+
return new Promise((resolve2) => {
|
|
127
127
|
if (process.env.VERCEL) {
|
|
128
|
-
return
|
|
128
|
+
return resolve2({ success: true });
|
|
129
129
|
}
|
|
130
130
|
execSync(`${processCmd} ${args.join(" ")}`, {
|
|
131
131
|
cwd: process.cwd(),
|
|
@@ -138,7 +138,7 @@ function runProcess(processCmd, ...args) {
|
|
|
138
138
|
windowsHide: true,
|
|
139
139
|
stdio: ["inherit", "inherit", "inherit"]
|
|
140
140
|
});
|
|
141
|
-
|
|
141
|
+
resolve2({ success: true });
|
|
142
142
|
});
|
|
143
143
|
}
|
|
144
144
|
|
|
@@ -1061,24 +1061,95 @@ var executor_default6 = withRunExecutor(
|
|
|
1061
1061
|
|
|
1062
1062
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1063
1063
|
import { execSync as execSync3 } from "node:child_process";
|
|
1064
|
-
import { readFile as
|
|
1065
|
-
import { format as
|
|
1064
|
+
import { readFile as readFile6, writeFile as writeFile4 } from "node:fs/promises";
|
|
1065
|
+
import { format as format3 } from "prettier";
|
|
1066
1066
|
|
|
1067
|
-
// ../workspace-tools/src/utils/
|
|
1067
|
+
// ../workspace-tools/src/utils/package-helpers.ts
|
|
1068
1068
|
import {
|
|
1069
|
-
|
|
1070
|
-
|
|
1069
|
+
joinPathFragments as joinPathFragments3,
|
|
1070
|
+
readJsonFile
|
|
1071
1071
|
} from "@nx/devkit";
|
|
1072
|
+
import { execFileSync } from "child_process";
|
|
1072
1073
|
import { existsSync as existsSync5 } from "node:fs";
|
|
1073
1074
|
import { readFile as readFile4, writeFile as writeFile2 } from "node:fs/promises";
|
|
1075
|
+
import { dirname, resolve } from "path";
|
|
1074
1076
|
import { format } from "prettier";
|
|
1077
|
+
|
|
1078
|
+
// ../workspace-tools/src/utils/project-tags.ts
|
|
1079
|
+
var ProjectTagConstants = {
|
|
1080
|
+
Language: {
|
|
1081
|
+
TAG_ID: "language",
|
|
1082
|
+
TYPESCRIPT: "typescript",
|
|
1083
|
+
RUST: "rust"
|
|
1084
|
+
},
|
|
1085
|
+
ProjectType: {
|
|
1086
|
+
TAG_ID: "type",
|
|
1087
|
+
LIBRARY: "library",
|
|
1088
|
+
APPLICATION: "application"
|
|
1089
|
+
},
|
|
1090
|
+
DistStyle: {
|
|
1091
|
+
TAG_ID: "dist-style",
|
|
1092
|
+
NORMAL: "normal",
|
|
1093
|
+
CLEAN: "clean"
|
|
1094
|
+
},
|
|
1095
|
+
Provider: {
|
|
1096
|
+
TAG_ID: "provider"
|
|
1097
|
+
},
|
|
1098
|
+
Platform: {
|
|
1099
|
+
TAG_ID: "platform",
|
|
1100
|
+
NODE: "node",
|
|
1101
|
+
BROWSER: "browser",
|
|
1102
|
+
NEUTRAL: "neutral",
|
|
1103
|
+
WORKER: "worker"
|
|
1104
|
+
},
|
|
1105
|
+
Registry: {
|
|
1106
|
+
TAG_ID: "registry",
|
|
1107
|
+
CARGO: "cargo",
|
|
1108
|
+
NPM: "npm",
|
|
1109
|
+
CONTAINER: "container",
|
|
1110
|
+
CYCLONE: "cyclone"
|
|
1111
|
+
},
|
|
1112
|
+
Plugin: {
|
|
1113
|
+
TAG_ID: "plugin"
|
|
1114
|
+
}
|
|
1115
|
+
};
|
|
1116
|
+
var formatProjectTag = (variant, value) => {
|
|
1117
|
+
return `${variant}:${value}`;
|
|
1118
|
+
};
|
|
1119
|
+
var hasProjectTag = (project, variant) => {
|
|
1120
|
+
project.tags = project.tags ?? [];
|
|
1121
|
+
const prefix = formatProjectTag(variant, "");
|
|
1122
|
+
return project.tags.some(
|
|
1123
|
+
(tag) => tag.startsWith(prefix) && tag.length > prefix.length
|
|
1124
|
+
);
|
|
1125
|
+
};
|
|
1126
|
+
var addProjectTag = (project, variant, value, options = {
|
|
1127
|
+
overwrite: false
|
|
1128
|
+
}) => {
|
|
1129
|
+
project.tags = project.tags ?? [];
|
|
1130
|
+
if (options.overwrite || !hasProjectTag(project, variant)) {
|
|
1131
|
+
project.tags = project.tags.filter(
|
|
1132
|
+
(tag) => !tag.startsWith(formatProjectTag(variant, ""))
|
|
1133
|
+
);
|
|
1134
|
+
project.tags.push(formatProjectTag(variant, value));
|
|
1135
|
+
}
|
|
1136
|
+
};
|
|
1137
|
+
|
|
1138
|
+
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
1139
|
+
import {
|
|
1140
|
+
createProjectGraphAsync as createProjectGraphAsync3,
|
|
1141
|
+
readCachedProjectGraph as readCachedProjectGraph2
|
|
1142
|
+
} from "@nx/devkit";
|
|
1143
|
+
import { existsSync as existsSync6 } from "node:fs";
|
|
1144
|
+
import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
|
|
1145
|
+
import { format as format2 } from "prettier";
|
|
1075
1146
|
import readYamlFile from "read-yaml-file";
|
|
1076
1147
|
|
|
1077
1148
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1078
1149
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
1079
1150
|
|
|
1080
1151
|
// ../workspace-tools/src/executors/size-limit/executor.ts
|
|
1081
|
-
import { joinPathFragments as
|
|
1152
|
+
import { joinPathFragments as joinPathFragments4 } from "@nx/devkit";
|
|
1082
1153
|
import esBuildPlugin from "@size-limit/esbuild";
|
|
1083
1154
|
import esBuildWhyPlugin from "@size-limit/esbuild-why";
|
|
1084
1155
|
import filePlugin from "@size-limit/file";
|
|
@@ -1091,7 +1162,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1091
1162
|
}
|
|
1092
1163
|
writeInfo(`\u{1F4CF} Running Size-Limit on ${context.projectName}`, config);
|
|
1093
1164
|
sizeLimit([filePlugin, esBuildPlugin, esBuildWhyPlugin], {
|
|
1094
|
-
checks: options.entry ?? context.projectsConfigurations.projects[context.projectName]?.sourceRoot ??
|
|
1165
|
+
checks: options.entry ?? context.projectsConfigurations.projects[context.projectName]?.sourceRoot ?? joinPathFragments4(
|
|
1095
1166
|
context.projectsConfigurations.projects[context.projectName]?.root ?? "./",
|
|
1096
1167
|
"src"
|
|
1097
1168
|
)
|
|
@@ -1360,66 +1431,6 @@ import {
|
|
|
1360
1431
|
import jsInitGenerator from "@nx/js/src/generators/init/init";
|
|
1361
1432
|
import setupVerdaccio from "@nx/js/src/generators/setup-verdaccio/generator";
|
|
1362
1433
|
|
|
1363
|
-
// ../workspace-tools/src/utils/project-tags.ts
|
|
1364
|
-
var ProjectTagConstants = {
|
|
1365
|
-
Language: {
|
|
1366
|
-
TAG_ID: "language",
|
|
1367
|
-
TYPESCRIPT: "typescript",
|
|
1368
|
-
RUST: "rust"
|
|
1369
|
-
},
|
|
1370
|
-
ProjectType: {
|
|
1371
|
-
TAG_ID: "type",
|
|
1372
|
-
LIBRARY: "library",
|
|
1373
|
-
APPLICATION: "application"
|
|
1374
|
-
},
|
|
1375
|
-
DistStyle: {
|
|
1376
|
-
TAG_ID: "dist-style",
|
|
1377
|
-
NORMAL: "normal",
|
|
1378
|
-
CLEAN: "clean"
|
|
1379
|
-
},
|
|
1380
|
-
Provider: {
|
|
1381
|
-
TAG_ID: "provider"
|
|
1382
|
-
},
|
|
1383
|
-
Platform: {
|
|
1384
|
-
TAG_ID: "platform",
|
|
1385
|
-
NODE: "node",
|
|
1386
|
-
BROWSER: "browser",
|
|
1387
|
-
NEUTRAL: "neutral",
|
|
1388
|
-
WORKER: "worker"
|
|
1389
|
-
},
|
|
1390
|
-
Registry: {
|
|
1391
|
-
TAG_ID: "registry",
|
|
1392
|
-
CARGO: "cargo",
|
|
1393
|
-
NPM: "npm",
|
|
1394
|
-
CONTAINER: "container",
|
|
1395
|
-
CYCLONE: "cyclone"
|
|
1396
|
-
},
|
|
1397
|
-
Plugin: {
|
|
1398
|
-
TAG_ID: "plugin"
|
|
1399
|
-
}
|
|
1400
|
-
};
|
|
1401
|
-
var formatProjectTag = (variant, value) => {
|
|
1402
|
-
return `${variant}:${value}`;
|
|
1403
|
-
};
|
|
1404
|
-
var hasProjectTag = (project, variant) => {
|
|
1405
|
-
project.tags = project.tags ?? [];
|
|
1406
|
-
const prefix = formatProjectTag(variant, "");
|
|
1407
|
-
return project.tags.some(
|
|
1408
|
-
(tag) => tag.startsWith(prefix) && tag.length > prefix.length
|
|
1409
|
-
);
|
|
1410
|
-
};
|
|
1411
|
-
var addProjectTag = (project, variant, value, options = {
|
|
1412
|
-
overwrite: false
|
|
1413
|
-
}) => {
|
|
1414
|
-
project.tags = project.tags ?? [];
|
|
1415
|
-
if (options.overwrite || !hasProjectTag(project, variant)) {
|
|
1416
|
-
project.tags = project.tags.filter(
|
|
1417
|
-
(tag) => !tag.startsWith(formatProjectTag(variant, ""))
|
|
1418
|
-
);
|
|
1419
|
-
project.tags.push(formatProjectTag(variant, value));
|
|
1420
|
-
}
|
|
1421
|
-
};
|
|
1422
|
-
|
|
1423
1434
|
// ../workspace-tools/src/utils/versions.ts
|
|
1424
1435
|
var typesNodeVersion = "20.9.0";
|
|
1425
1436
|
var nxVersion = "^18.0.4";
|
|
@@ -1804,7 +1815,12 @@ async function configSchemaGeneratorFn(tree, options, config) {
|
|
|
1804
1815
|
`Determining the Storm Workspace Configuration JSON Schema...`,
|
|
1805
1816
|
config
|
|
1806
1817
|
);
|
|
1807
|
-
const jsonSchema = z.toJSONSchema(stormWorkspaceConfigSchema
|
|
1818
|
+
const jsonSchema = z.toJSONSchema(stormWorkspaceConfigSchema, {
|
|
1819
|
+
target: "draft-7"
|
|
1820
|
+
});
|
|
1821
|
+
jsonSchema.$id ??= "https://public.storm-cdn.com/schemas/storm-workspace.schema.json";
|
|
1822
|
+
jsonSchema.title ??= "Storm Workspace Configuration JSON Schema";
|
|
1823
|
+
jsonSchema.description ??= "This JSON Schema defines the structure of the Storm Workspace configuration file (`storm-workspace.json`). It is used to validate the configuration file and ensure that it adheres to the expected format.";
|
|
1808
1824
|
writeTrace(jsonSchema, config);
|
|
1809
1825
|
if (!options.outputFile) {
|
|
1810
1826
|
throw new Error(
|
|
@@ -1995,7 +2011,7 @@ import {
|
|
|
1995
2011
|
addProjectConfiguration as addProjectConfiguration2,
|
|
1996
2012
|
formatFiles as formatFiles7,
|
|
1997
2013
|
generateFiles as generateFiles4,
|
|
1998
|
-
joinPathFragments as
|
|
2014
|
+
joinPathFragments as joinPathFragments5,
|
|
1999
2015
|
updateJson as updateJson2
|
|
2000
2016
|
} from "@nx/devkit";
|
|
2001
2017
|
import * as path3 from "node:path";
|
|
@@ -2217,7 +2233,7 @@ async function presetGeneratorFn(tree, options) {
|
|
|
2217
2233
|
tree,
|
|
2218
2234
|
dependencies,
|
|
2219
2235
|
{},
|
|
2220
|
-
|
|
2236
|
+
joinPathFragments5(projectRoot, "package.json")
|
|
2221
2237
|
)
|
|
2222
2238
|
);
|
|
2223
2239
|
return null;
|
|
@@ -2230,7 +2246,7 @@ var generator_default5 = withRunGenerator(
|
|
|
2230
2246
|
// ../workspace-tools/src/generators/release-version/generator.ts
|
|
2231
2247
|
import {
|
|
2232
2248
|
formatFiles as formatFiles8,
|
|
2233
|
-
joinPathFragments as
|
|
2249
|
+
joinPathFragments as joinPathFragments6,
|
|
2234
2250
|
output,
|
|
2235
2251
|
readJson as readJson2,
|
|
2236
2252
|
updateJson as updateJson3,
|
|
@@ -2829,10 +2845,10 @@ import { retrieveProjectConfigurationsWithoutPluginInference } from "nx/src/proj
|
|
|
2829
2845
|
// ../workspace-tools/src/utils/lock-file.ts
|
|
2830
2846
|
import {
|
|
2831
2847
|
output as output2,
|
|
2832
|
-
readJsonFile,
|
|
2848
|
+
readJsonFile as readJsonFile2,
|
|
2833
2849
|
workspaceRoot as workspaceRoot2
|
|
2834
2850
|
} from "@nx/devkit";
|
|
2835
|
-
import { existsSync as
|
|
2851
|
+
import { existsSync as existsSync7 } from "node:fs";
|
|
2836
2852
|
import { join as join2 } from "node:path";
|
|
2837
2853
|
import {
|
|
2838
2854
|
getNpmLockfileDependencies,
|
|
@@ -2853,18 +2869,11 @@ var YARN_LOCK_PATH = join2(workspaceRoot2, YARN_LOCK_FILE);
|
|
|
2853
2869
|
var NPM_LOCK_PATH = join2(workspaceRoot2, NPM_LOCK_FILE);
|
|
2854
2870
|
var PNPM_LOCK_PATH = join2(workspaceRoot2, PNPM_LOCK_FILE);
|
|
2855
2871
|
|
|
2856
|
-
// ../workspace-tools/src/utils/package-helpers.ts
|
|
2857
|
-
import {
|
|
2858
|
-
joinPathFragments as joinPathFragments6,
|
|
2859
|
-
readJsonFile as readJsonFile2
|
|
2860
|
-
} from "@nx/devkit";
|
|
2861
|
-
import { existsSync as existsSync7 } from "node:fs";
|
|
2862
|
-
|
|
2863
2872
|
// ../workspace-tools/src/utils/plugin-helpers.ts
|
|
2864
2873
|
import { readJsonFile as readJsonFile3 } from "@nx/devkit";
|
|
2865
2874
|
import defu3 from "defu";
|
|
2866
2875
|
import { existsSync as existsSync8 } from "node:fs";
|
|
2867
|
-
import { dirname, join as join3 } from "node:path";
|
|
2876
|
+
import { dirname as dirname2, join as join3 } from "node:path";
|
|
2868
2877
|
|
|
2869
2878
|
// ../workspace-tools/src/utils/typia-transform.ts
|
|
2870
2879
|
import transform2 from "typia/lib/transform";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkELCT45UMjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -201,9 +201,9 @@ var organizationConfigSchema = z.object({
|
|
|
201
201
|
}).describe("The workspace's organization details");
|
|
202
202
|
var stormWorkspaceConfigSchema = z.object({
|
|
203
203
|
$schema: z.string().trim().default(
|
|
204
|
-
"https://
|
|
205
|
-
).
|
|
206
|
-
"The URL to the JSON schema file that describes the Storm configuration file"
|
|
204
|
+
"https://public.storm-cdn.com/schemas/storm-workspace.schema.json"
|
|
205
|
+
).describe(
|
|
206
|
+
"The URL or file path to the JSON schema file that describes the Storm configuration file"
|
|
207
207
|
),
|
|
208
208
|
extends: ExtendsSchema.optional(),
|
|
209
209
|
name: z.string().trim().toLowerCase().optional().describe(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkELCT45UMjs.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 _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkELCT45UMjs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|