@storm-software/terraform-tools 0.52.0 → 0.52.1
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 +11 -0
- package/README.md +1 -1
- package/dist/{chunk-24GEJIKK.js → chunk-5J6DENCU.js} +210 -215
- package/dist/{chunk-RN6UUJRU.mjs → chunk-7URDMDS7.mjs} +1 -1
- package/dist/{chunk-HFEQN3NL.js → chunk-CJ4NNPZP.js} +2 -2
- package/dist/{chunk-L3W5NLSN.js → chunk-DFJELNNO.js} +2 -2
- package/dist/{chunk-7OAEVGV3.js → chunk-GK3245WN.js} +3 -3
- package/dist/{chunk-VKA4AOSX.js → chunk-JIPJCCPH.js} +2 -2
- package/dist/{chunk-HTBODFT6.mjs → chunk-KJYJUNDY.mjs} +1 -1
- package/dist/{chunk-AN6TJFDI.mjs → chunk-PCBBHDHD.mjs} +1 -1
- package/dist/{chunk-PU7ULQHZ.mjs → chunk-PNST6H5V.mjs} +1 -1
- package/dist/{chunk-YX6ZIWFA.js → chunk-S3PQ6E47.js} +15 -8
- package/dist/{chunk-EQY3LNPR.js → chunk-SUZ23ERM.js} +2 -2
- package/dist/{chunk-CX6K23RM.mjs → chunk-TFP2FPZB.mjs} +15 -8
- package/dist/{chunk-NV54O4LW.mjs → chunk-XQXP5BJI.mjs} +1 -1
- package/dist/{chunk-J2F7VR5H.mjs → chunk-ZKOE2OCL.mjs} +19 -24
- 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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkGK3245WNjs.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 _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkGK3245WNjs.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkS3PQ6E47js = require('./chunk-S3PQ6E47.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 _chunkS3PQ6E47js.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
|
+
_chunkS3PQ6E47js.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 _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkGK3245WNjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -504,49 +504,56 @@ var isVerbose = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (label = Lo
|
|
|
504
504
|
var getLogFn = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
|
|
505
505
|
const colors = !_optionalChain([config, 'access', _11 => _11.colors, 'optionalAccess', _12 => _12.dark]) && !_optionalChain([config, 'access', _13 => _13.colors, 'optionalAccess', _14 => _14["base"]]) && !_optionalChain([config, 'access', _15 => _15.colors, 'optionalAccess', _16 => _16["base"], 'optionalAccess', _17 => _17.dark]) ? DEFAULT_COLOR_CONFIG : _optionalChain([config, 'access', _18 => _18.colors, 'optionalAccess', _19 => _19.dark]) && typeof config.colors.dark === "string" ? config.colors : _optionalChain([config, 'access', _20 => _20.colors, 'optionalAccess', _21 => _21["base"], 'optionalAccess', _22 => _22.dark]) && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : _optionalChain([config, 'access', _23 => _23.colors, 'optionalAccess', _24 => _24["base"]]) ? _optionalChain([config, 'access', _25 => _25.colors, 'optionalAccess', _26 => _26["base"]]) : DEFAULT_COLOR_CONFIG;
|
|
506
506
|
const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
|
|
507
|
-
if (
|
|
507
|
+
if (logLevel > getLogLevel(configLogLevel) || logLevel <= LogLevel.SILENT || getLogLevel(configLogLevel) <= LogLevel.SILENT) {
|
|
508
508
|
return (_) => {
|
|
509
509
|
};
|
|
510
510
|
}
|
|
511
|
-
if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel
|
|
511
|
+
if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel) {
|
|
512
512
|
return (message) => {
|
|
513
513
|
console.error(`
|
|
514
514
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.fatal, () => ( "#7d1a1a")))(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
515
515
|
`);
|
|
516
516
|
};
|
|
517
517
|
}
|
|
518
|
-
if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel
|
|
518
|
+
if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel) {
|
|
519
519
|
return (message) => {
|
|
520
520
|
console.error(`
|
|
521
521
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.danger, () => ( "#f85149")))(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
522
522
|
`);
|
|
523
523
|
};
|
|
524
524
|
}
|
|
525
|
-
if (typeof logLevel === "number" && LogLevel.WARN >= logLevel
|
|
525
|
+
if (typeof logLevel === "number" && LogLevel.WARN >= logLevel) {
|
|
526
526
|
return (message) => {
|
|
527
527
|
console.warn(`
|
|
528
528
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.warning, () => ( "#e3b341")))(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
529
529
|
`);
|
|
530
530
|
};
|
|
531
531
|
}
|
|
532
|
-
if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel
|
|
532
|
+
if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel) {
|
|
533
533
|
return (message) => {
|
|
534
534
|
console.info(`
|
|
535
535
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.success, () => ( "#56d364")))(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
536
536
|
`);
|
|
537
537
|
};
|
|
538
538
|
}
|
|
539
|
-
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel
|
|
539
|
+
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel) {
|
|
540
540
|
return (message) => {
|
|
541
541
|
console.info(`
|
|
542
542
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( "#58a6ff")))(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
543
543
|
`);
|
|
544
544
|
};
|
|
545
545
|
}
|
|
546
|
-
if (typeof logLevel === "number" && LogLevel.
|
|
546
|
+
if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel) {
|
|
547
547
|
return (message) => {
|
|
548
548
|
console.debug(`
|
|
549
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]}
|
|
549
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
550
|
+
`);
|
|
551
|
+
};
|
|
552
|
+
}
|
|
553
|
+
if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel) {
|
|
554
|
+
return (message) => {
|
|
555
|
+
console.debug(`
|
|
556
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
550
557
|
`);
|
|
551
558
|
};
|
|
552
559
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkGK3245WNjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -504,49 +504,56 @@ var isVerbose = /* @__PURE__ */ __name((label = LogLevelLabel.SILENT) => {
|
|
|
504
504
|
var getLogFn = /* @__PURE__ */ __name((logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
|
|
505
505
|
const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
|
|
506
506
|
const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
|
|
507
|
-
if (
|
|
507
|
+
if (logLevel > getLogLevel(configLogLevel) || logLevel <= LogLevel.SILENT || getLogLevel(configLogLevel) <= LogLevel.SILENT) {
|
|
508
508
|
return (_) => {
|
|
509
509
|
};
|
|
510
510
|
}
|
|
511
|
-
if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel
|
|
511
|
+
if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel) {
|
|
512
512
|
return (message) => {
|
|
513
513
|
console.error(`
|
|
514
514
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.fatal ?? "#7d1a1a")(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
515
515
|
`);
|
|
516
516
|
};
|
|
517
517
|
}
|
|
518
|
-
if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel
|
|
518
|
+
if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel) {
|
|
519
519
|
return (message) => {
|
|
520
520
|
console.error(`
|
|
521
521
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.danger ?? "#f85149")(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
522
522
|
`);
|
|
523
523
|
};
|
|
524
524
|
}
|
|
525
|
-
if (typeof logLevel === "number" && LogLevel.WARN >= logLevel
|
|
525
|
+
if (typeof logLevel === "number" && LogLevel.WARN >= logLevel) {
|
|
526
526
|
return (message) => {
|
|
527
527
|
console.warn(`
|
|
528
528
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.warning ?? "#e3b341")(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
529
529
|
`);
|
|
530
530
|
};
|
|
531
531
|
}
|
|
532
|
-
if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel
|
|
532
|
+
if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel) {
|
|
533
533
|
return (message) => {
|
|
534
534
|
console.info(`
|
|
535
535
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.success ?? "#56d364")(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
536
536
|
`);
|
|
537
537
|
};
|
|
538
538
|
}
|
|
539
|
-
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel
|
|
539
|
+
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel) {
|
|
540
540
|
return (message) => {
|
|
541
541
|
console.info(`
|
|
542
542
|
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? "#58a6ff")(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
543
543
|
`);
|
|
544
544
|
};
|
|
545
545
|
}
|
|
546
|
-
if (typeof logLevel === "number" && LogLevel.
|
|
546
|
+
if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel) {
|
|
547
547
|
return (message) => {
|
|
548
548
|
console.debug(`
|
|
549
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]}
|
|
549
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
550
|
+
`);
|
|
551
|
+
};
|
|
552
|
+
}
|
|
553
|
+
if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel) {
|
|
554
|
+
return (message) => {
|
|
555
|
+
console.debug(`
|
|
556
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
550
557
|
`);
|
|
551
558
|
};
|
|
552
559
|
}
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
writeSuccess,
|
|
18
18
|
writeTrace,
|
|
19
19
|
writeWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-TFP2FPZB.mjs";
|
|
21
21
|
import {
|
|
22
22
|
__dirname,
|
|
23
23
|
__name,
|
|
@@ -314,27 +314,23 @@ var readNxConfig = /* @__PURE__ */ __name(async (workspaceRoot3) => {
|
|
|
314
314
|
// ../build-tools/src/utilities/copy-assets.ts
|
|
315
315
|
var copyAssets = /* @__PURE__ */ __name(async (config, assets, outputPath, projectRoot, projectName, sourceRoot, generatePackageJson3 = true, includeSrc = false, banner, footer) => {
|
|
316
316
|
const pendingAssets = Array.from(assets ?? []);
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
317
|
+
pendingAssets.push({
|
|
318
|
+
input: projectRoot,
|
|
319
|
+
glob: "*.md",
|
|
320
|
+
output: "."
|
|
321
|
+
});
|
|
322
|
+
pendingAssets.push({
|
|
323
|
+
input: config.workspaceRoot,
|
|
324
|
+
glob: "LICENSE",
|
|
325
|
+
output: "."
|
|
326
|
+
});
|
|
324
327
|
if (generatePackageJson3 === false) {
|
|
325
328
|
pendingAssets.push({
|
|
326
|
-
input:
|
|
329
|
+
input: projectRoot,
|
|
327
330
|
glob: "package.json",
|
|
328
331
|
output: "."
|
|
329
332
|
});
|
|
330
333
|
}
|
|
331
|
-
if (!pendingAssets?.some((asset) => asset?.glob === "LICENSE")) {
|
|
332
|
-
pendingAssets.push({
|
|
333
|
-
input: "",
|
|
334
|
-
glob: "LICENSE",
|
|
335
|
-
output: "."
|
|
336
|
-
});
|
|
337
|
-
}
|
|
338
334
|
if (includeSrc === true) {
|
|
339
335
|
pendingAssets.push({
|
|
340
336
|
input: sourceRoot,
|
|
@@ -1972,6 +1968,9 @@ var executor_default10 = withRunExecutor("TypeScript Unbuild build", unbuildExec
|
|
|
1972
1968
|
skipReadingConfig: false,
|
|
1973
1969
|
hooks: {
|
|
1974
1970
|
applyDefaultOptions: /* @__PURE__ */ __name(async (options, config) => {
|
|
1971
|
+
options.debug ??= false;
|
|
1972
|
+
options.treeShaking ??= true;
|
|
1973
|
+
options.platform ??= "neutral";
|
|
1975
1974
|
options.entry ??= [
|
|
1976
1975
|
"{sourceRoot}"
|
|
1977
1976
|
];
|
|
@@ -3026,32 +3025,28 @@ var typescript_build_executor_untyped_default = defineUntypedSchema4({
|
|
|
3026
3025
|
title: "Bundle",
|
|
3027
3026
|
type: "boolean",
|
|
3028
3027
|
description: "Bundle the output"
|
|
3029
|
-
}
|
|
3030
|
-
$default: false
|
|
3028
|
+
}
|
|
3031
3029
|
},
|
|
3032
3030
|
minify: {
|
|
3033
3031
|
$schema: {
|
|
3034
3032
|
title: "Minify",
|
|
3035
3033
|
type: "boolean",
|
|
3036
3034
|
description: "Minify the output"
|
|
3037
|
-
}
|
|
3038
|
-
$default: false
|
|
3035
|
+
}
|
|
3039
3036
|
},
|
|
3040
3037
|
debug: {
|
|
3041
3038
|
$schema: {
|
|
3042
3039
|
title: "Debug",
|
|
3043
3040
|
type: "boolean",
|
|
3044
3041
|
description: "Debug the output"
|
|
3045
|
-
}
|
|
3046
|
-
$default: false
|
|
3042
|
+
}
|
|
3047
3043
|
},
|
|
3048
3044
|
sourcemap: {
|
|
3049
3045
|
$schema: {
|
|
3050
3046
|
title: "Sourcemap",
|
|
3051
3047
|
type: "boolean",
|
|
3052
3048
|
description: "Generate a sourcemap"
|
|
3053
|
-
}
|
|
3054
|
-
$default: false
|
|
3049
|
+
}
|
|
3055
3050
|
},
|
|
3056
3051
|
silent: {
|
|
3057
3052
|
$schema: {
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-CJ4NNPZP.js');
|
|
3
|
+
require('./chunk-SUZ23ERM.js');
|
|
4
|
+
require('./chunk-JIPJCCPH.js');
|
|
5
|
+
require('./chunk-DFJELNNO.js');
|
|
6
|
+
require('./chunk-GK3245WN.js');
|
|
7
|
+
require('./chunk-S3PQ6E47.js');
|
|
8
8
|
require('./chunk-3GQAWCBQ.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-PCBBHDHD.mjs";
|
|
3
|
+
import "./chunk-PNST6H5V.mjs";
|
|
4
|
+
import "./chunk-XQXP5BJI.mjs";
|
|
5
|
+
import "./chunk-7URDMDS7.mjs";
|
|
6
|
+
import "./chunk-KJYJUNDY.mjs";
|
|
7
|
+
import "./chunk-TFP2FPZB.mjs";
|
|
8
8
|
import "./chunk-XUV4U54K.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunk5J6DENCUjs = require('./chunk-5J6DENCU.js');
|
|
5
|
+
require('./chunk-S3PQ6E47.js');
|
|
6
6
|
require('./chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunk5J6DENCUjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-CJ4NNPZP.js');
|
|
3
|
+
require('./chunk-SUZ23ERM.js');
|
|
4
|
+
require('./chunk-JIPJCCPH.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunk5J6DENCUjs = require('./chunk-5J6DENCU.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunkILC773N2js = require('./chunk-ILC773N2.js');
|
|
13
|
-
require('./chunk-
|
|
13
|
+
require('./chunk-DFJELNNO.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
|
|
17
|
+
require('./chunk-S3PQ6E47.js');
|
|
18
18
|
require('./chunk-3GQAWCBQ.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator =
|
|
23
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunk5J6DENCUjs.initGenerator; exports.withTerraformExecutor = _chunkGK3245WNjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-PCBBHDHD.mjs";
|
|
3
|
+
import "./chunk-PNST6H5V.mjs";
|
|
4
|
+
import "./chunk-XQXP5BJI.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-ZKOE2OCL.mjs";
|
|
9
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
10
|
import {
|
|
11
11
|
base_terraform_executor_untyped_default
|
|
12
12
|
} from "./chunk-EL25IDXP.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-7URDMDS7.mjs";
|
|
14
14
|
import {
|
|
15
15
|
withTerraformExecutor
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-KJYJUNDY.mjs";
|
|
17
|
+
import "./chunk-TFP2FPZB.mjs";
|
|
18
18
|
import "./chunk-XUV4U54K.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
package/dist/src/base/index.js
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
var _chunkILC773N2js = require('../../chunk-ILC773N2.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../chunk-
|
|
7
|
+
var _chunkGK3245WNjs = require('../../chunk-GK3245WN.js');
|
|
8
|
+
require('../../chunk-S3PQ6E47.js');
|
|
9
9
|
require('../../chunk-3GQAWCBQ.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor =
|
|
13
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkGK3245WNjs.withTerraformExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
} from "../../chunk-EL25IDXP.mjs";
|
|
5
5
|
import {
|
|
6
6
|
withTerraformExecutor
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-KJYJUNDY.mjs";
|
|
8
|
+
import "../../chunk-TFP2FPZB.mjs";
|
|
9
9
|
import "../../chunk-XUV4U54K.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkGK3245WNjs = require('../../chunk-GK3245WN.js');
|
|
4
|
+
require('../../chunk-S3PQ6E47.js');
|
|
5
5
|
require('../../chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withTerraformExecutor =
|
|
8
|
+
exports.withTerraformExecutor = _chunkGK3245WNjs.withTerraformExecutor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkDFJELNNOjs = require('../../../chunk-DFJELNNO.js');
|
|
4
|
+
require('../../../chunk-GK3245WN.js');
|
|
5
|
+
require('../../../chunk-S3PQ6E47.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkDFJELNNOjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-7URDMDS7.mjs";
|
|
4
|
+
import "../../../chunk-KJYJUNDY.mjs";
|
|
5
|
+
import "../../../chunk-TFP2FPZB.mjs";
|
|
6
6
|
import "../../../chunk-XUV4U54K.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkCJ4NNPZPjs = require('../../../chunk-CJ4NNPZP.js');
|
|
4
|
+
require('../../../chunk-GK3245WN.js');
|
|
5
|
+
require('../../../chunk-S3PQ6E47.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkCJ4NNPZPjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-PCBBHDHD.mjs";
|
|
4
|
+
import "../../../chunk-KJYJUNDY.mjs";
|
|
5
|
+
import "../../../chunk-TFP2FPZB.mjs";
|
|
6
6
|
import "../../../chunk-XUV4U54K.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkSUZ23ERMjs = require('../../../chunk-SUZ23ERM.js');
|
|
4
|
+
require('../../../chunk-GK3245WN.js');
|
|
5
|
+
require('../../../chunk-S3PQ6E47.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkSUZ23ERMjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-PNST6H5V.mjs";
|
|
4
|
+
import "../../../chunk-KJYJUNDY.mjs";
|
|
5
|
+
import "../../../chunk-TFP2FPZB.mjs";
|
|
6
6
|
import "../../../chunk-XUV4U54K.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkJIPJCCPHjs = require('../../../chunk-JIPJCCPH.js');
|
|
4
|
+
require('../../../chunk-GK3245WN.js');
|
|
5
|
+
require('../../../chunk-S3PQ6E47.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkJIPJCCPHjs.executor_default;
|