@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.
Files changed (37) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-NGAJ5W5H.mjs → chunk-4XIS7YDK.mjs} +1 -1
  4. package/dist/{chunk-SYR53UDS.js → chunk-7ZB35C75.js} +2 -2
  5. package/dist/{chunk-CB5TC2RP.js → chunk-CDGU2D3C.js} +2 -2
  6. package/dist/{chunk-VVBBXLTV.js → chunk-CJWRZC26.js} +2 -2
  7. package/dist/{chunk-YHVTCYRL.js → chunk-ER4NKE5L.js} +180 -176
  8. package/dist/{chunk-LB7M33FA.mjs → chunk-H7Y2LFV3.mjs} +1 -1
  9. package/dist/{chunk-JPEKGOAX.js → chunk-HTZKEVO3.js} +2 -2
  10. package/dist/{chunk-ELCT45UM.js → chunk-KE7OE54O.js} +2 -2
  11. package/dist/{chunk-QQZ6PXPB.mjs → chunk-LWTKJZRO.mjs} +88 -84
  12. package/dist/{chunk-6MXVWOEX.mjs → chunk-M2N3IAIA.mjs} +1 -1
  13. package/dist/{chunk-OZWSP7EQ.mjs → chunk-PPFWOOJC.mjs} +1 -1
  14. package/dist/{chunk-FPUITK4C.mjs → chunk-R4W7LWPZ.mjs} +1 -1
  15. package/dist/{chunk-FD3RF3B3.mjs → chunk-S73JSUW4.mjs} +4 -4
  16. package/dist/{chunk-QHV7SDFQ.js → chunk-UDVVYY5D.js} +4 -4
  17. package/dist/executors.js +6 -6
  18. package/dist/executors.mjs +6 -6
  19. package/dist/generators.js +3 -3
  20. package/dist/generators.mjs +2 -2
  21. package/dist/index.js +8 -8
  22. package/dist/index.mjs +7 -7
  23. package/dist/src/base/index.js +3 -3
  24. package/dist/src/base/index.mjs +2 -2
  25. package/dist/src/base/terraform-executor.js +3 -3
  26. package/dist/src/base/terraform-executor.mjs +2 -2
  27. package/dist/src/executors/apply/executor.js +4 -4
  28. package/dist/src/executors/apply/executor.mjs +3 -3
  29. package/dist/src/executors/destroy/executor.js +4 -4
  30. package/dist/src/executors/destroy/executor.mjs +3 -3
  31. package/dist/src/executors/output/executor.js +4 -4
  32. package/dist/src/executors/output/executor.mjs +3 -3
  33. package/dist/src/executors/plan/executor.js +4 -4
  34. package/dist/src/executors/plan/executor.mjs +3 -3
  35. package/dist/src/generators/init/init.js +3 -3
  36. package/dist/src/generators/init/init.mjs +2 -2
  37. package/package.json +3 -2
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-NGAJ5W5H.mjs";
3
+ } from "./chunk-4XIS7YDK.mjs";
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
6
  var executor_default = withTerraformExecutor("destroy");
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
3
+ var _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
4
4
 
5
5
  // src/executors/output/executor.ts
6
- var executor_default = _chunkELCT45UMjs.withTerraformExecutor.call(void 0, "output");
6
+ var executor_default = _chunkKE7OE54Ojs.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 _chunkQHV7SDFQjs = require('./chunk-QHV7SDFQ.js');
3
+ var _chunkUDVVYY5Djs = require('./chunk-UDVVYY5D.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 _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
27
+ return _chunkUDVVYY5Djs.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")) {
@@ -16,7 +16,7 @@ import {
16
16
  writeSuccess,
17
17
  writeTrace,
18
18
  writeWarning
19
- } from "./chunk-FD3RF3B3.mjs";
19
+ } from "./chunk-S73JSUW4.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((resolve) => {
126
+ return new Promise((resolve2) => {
127
127
  if (process.env.VERCEL) {
128
- return resolve({ success: true });
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
- resolve({ success: true });
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 readFile5, writeFile as writeFile3 } from "node:fs/promises";
1065
- import { format as format2 } from "prettier";
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/pnpm-deps-update.ts
1067
+ // ../workspace-tools/src/utils/package-helpers.ts
1068
1068
  import {
1069
- createProjectGraphAsync as createProjectGraphAsync3,
1070
- readCachedProjectGraph as readCachedProjectGraph2
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 joinPathFragments3 } from "@nx/devkit";
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 ?? joinPathFragments3(
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";
@@ -2000,7 +2011,7 @@ import {
2000
2011
  addProjectConfiguration as addProjectConfiguration2,
2001
2012
  formatFiles as formatFiles7,
2002
2013
  generateFiles as generateFiles4,
2003
- joinPathFragments as joinPathFragments4,
2014
+ joinPathFragments as joinPathFragments5,
2004
2015
  updateJson as updateJson2
2005
2016
  } from "@nx/devkit";
2006
2017
  import * as path3 from "node:path";
@@ -2222,7 +2233,7 @@ async function presetGeneratorFn(tree, options) {
2222
2233
  tree,
2223
2234
  dependencies,
2224
2235
  {},
2225
- joinPathFragments4(projectRoot, "package.json")
2236
+ joinPathFragments5(projectRoot, "package.json")
2226
2237
  )
2227
2238
  );
2228
2239
  return null;
@@ -2235,7 +2246,7 @@ var generator_default5 = withRunGenerator(
2235
2246
  // ../workspace-tools/src/generators/release-version/generator.ts
2236
2247
  import {
2237
2248
  formatFiles as formatFiles8,
2238
- joinPathFragments as joinPathFragments5,
2249
+ joinPathFragments as joinPathFragments6,
2239
2250
  output,
2240
2251
  readJson as readJson2,
2241
2252
  updateJson as updateJson3,
@@ -2834,10 +2845,10 @@ import { retrieveProjectConfigurationsWithoutPluginInference } from "nx/src/proj
2834
2845
  // ../workspace-tools/src/utils/lock-file.ts
2835
2846
  import {
2836
2847
  output as output2,
2837
- readJsonFile,
2848
+ readJsonFile as readJsonFile2,
2838
2849
  workspaceRoot as workspaceRoot2
2839
2850
  } from "@nx/devkit";
2840
- import { existsSync as existsSync6 } from "node:fs";
2851
+ import { existsSync as existsSync7 } from "node:fs";
2841
2852
  import { join as join2 } from "node:path";
2842
2853
  import {
2843
2854
  getNpmLockfileDependencies,
@@ -2858,18 +2869,11 @@ var YARN_LOCK_PATH = join2(workspaceRoot2, YARN_LOCK_FILE);
2858
2869
  var NPM_LOCK_PATH = join2(workspaceRoot2, NPM_LOCK_FILE);
2859
2870
  var PNPM_LOCK_PATH = join2(workspaceRoot2, PNPM_LOCK_FILE);
2860
2871
 
2861
- // ../workspace-tools/src/utils/package-helpers.ts
2862
- import {
2863
- joinPathFragments as joinPathFragments6,
2864
- readJsonFile as readJsonFile2
2865
- } from "@nx/devkit";
2866
- import { existsSync as existsSync7 } from "node:fs";
2867
-
2868
2872
  // ../workspace-tools/src/utils/plugin-helpers.ts
2869
2873
  import { readJsonFile as readJsonFile3 } from "@nx/devkit";
2870
2874
  import defu3 from "defu";
2871
2875
  import { existsSync as existsSync8 } from "node:fs";
2872
- import { dirname, join as join3 } from "node:path";
2876
+ import { dirname as dirname2, join as join3 } from "node:path";
2873
2877
 
2874
2878
  // ../workspace-tools/src/utils/typia-transform.ts
2875
2879
  import transform2 from "typia/lib/transform";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-NGAJ5W5H.mjs";
3
+ } from "./chunk-4XIS7YDK.mjs";
4
4
 
5
5
  // src/executors/output/executor.ts
6
6
  var executor_default = withTerraformExecutor("output");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-NGAJ5W5H.mjs";
3
+ } from "./chunk-4XIS7YDK.mjs";
4
4
 
5
5
  // src/executors/plan/executor.ts
6
6
  var executor_default = withTerraformExecutor("plan");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-NGAJ5W5H.mjs";
3
+ } from "./chunk-4XIS7YDK.mjs";
4
4
 
5
5
  // src/executors/apply/executor.ts
6
6
  var executor_default = withTerraformExecutor("apply");
@@ -127,10 +127,10 @@ var RegistryConfigSchema = z.object({
127
127
  var ColorConfigSchema = SingleThemeColorConfigSchema.or(
128
128
  MultiThemeColorConfigSchema
129
129
  ).describe("Colors used for various workspace elements");
130
- var ColorConfigMapSchema = z.union([
131
- z.object({ base: ColorConfigSchema }),
132
- z.record(z.string(), ColorConfigSchema)
133
- ]);
130
+ var ColorConfigMapSchema = z.record(
131
+ z.union([z.literal("base"), z.string()]),
132
+ ColorConfigSchema
133
+ );
134
134
  var ExtendsItemSchema = z.string().trim().describe(
135
135
  "The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."
136
136
  );
@@ -127,10 +127,10 @@ var RegistryConfigSchema = z.object({
127
127
  var ColorConfigSchema = SingleThemeColorConfigSchema.or(
128
128
  MultiThemeColorConfigSchema
129
129
  ).describe("Colors used for various workspace elements");
130
- var ColorConfigMapSchema = z.union([
131
- z.object({ base: ColorConfigSchema }),
132
- z.record(z.string(), ColorConfigSchema)
133
- ]);
130
+ var ColorConfigMapSchema = z.record(
131
+ z.union([z.literal("base"), z.string()]),
132
+ ColorConfigSchema
133
+ );
134
134
  var ExtendsItemSchema = z.string().trim().describe(
135
135
  "The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."
136
136
  );
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-VVBBXLTV.js');
3
- require('./chunk-JPEKGOAX.js');
4
- require('./chunk-CB5TC2RP.js');
5
- require('./chunk-SYR53UDS.js');
6
- require('./chunk-ELCT45UM.js');
7
- require('./chunk-QHV7SDFQ.js');
2
+ require('./chunk-CJWRZC26.js');
3
+ require('./chunk-HTZKEVO3.js');
4
+ require('./chunk-CDGU2D3C.js');
5
+ require('./chunk-7ZB35C75.js');
6
+ require('./chunk-KE7OE54O.js');
7
+ require('./chunk-UDVVYY5D.js');
8
8
  require('./chunk-3RG5ZIWI.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-LB7M33FA.mjs";
3
- import "./chunk-6MXVWOEX.mjs";
4
- import "./chunk-OZWSP7EQ.mjs";
5
- import "./chunk-FPUITK4C.mjs";
6
- import "./chunk-NGAJ5W5H.mjs";
7
- import "./chunk-FD3RF3B3.mjs";
2
+ import "./chunk-H7Y2LFV3.mjs";
3
+ import "./chunk-M2N3IAIA.mjs";
4
+ import "./chunk-PPFWOOJC.mjs";
5
+ import "./chunk-R4W7LWPZ.mjs";
6
+ import "./chunk-4XIS7YDK.mjs";
7
+ import "./chunk-S73JSUW4.mjs";
8
8
  import "./chunk-ACCVWIOF.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkYHVTCYRLjs = require('./chunk-YHVTCYRL.js');
5
- require('./chunk-QHV7SDFQ.js');
4
+ var _chunkER4NKE5Ljs = require('./chunk-ER4NKE5L.js');
5
+ require('./chunk-UDVVYY5D.js');
6
6
  require('./chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkYHVTCYRLjs.initGenerator;
9
+ exports.initGenerator = _chunkER4NKE5Ljs.initGenerator;
@@ -1,8 +1,8 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-QQZ6PXPB.mjs";
5
- import "./chunk-FD3RF3B3.mjs";
4
+ } from "./chunk-LWTKJZRO.mjs";
5
+ import "./chunk-S73JSUW4.mjs";
6
6
  import "./chunk-ACCVWIOF.mjs";
7
7
  export {
8
8
  initGenerator
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-VVBBXLTV.js');
3
- require('./chunk-JPEKGOAX.js');
4
- require('./chunk-CB5TC2RP.js');
2
+ require('./chunk-CJWRZC26.js');
3
+ require('./chunk-HTZKEVO3.js');
4
+ require('./chunk-CDGU2D3C.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkYHVTCYRLjs = require('./chunk-YHVTCYRL.js');
8
+ var _chunkER4NKE5Ljs = require('./chunk-ER4NKE5L.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
12
12
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
- require('./chunk-SYR53UDS.js');
13
+ require('./chunk-7ZB35C75.js');
14
14
 
15
15
 
16
- var _chunkELCT45UMjs = require('./chunk-ELCT45UM.js');
17
- require('./chunk-QHV7SDFQ.js');
16
+ var _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
17
+ require('./chunk-UDVVYY5D.js');
18
18
  require('./chunk-3RG5ZIWI.js');
19
19
 
20
20
 
21
21
 
22
22
 
23
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkYHVTCYRLjs.initGenerator; exports.withTerraformExecutor = _chunkELCT45UMjs.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkER4NKE5Ljs.initGenerator; exports.withTerraformExecutor = _chunkKE7OE54Ojs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -1,20 +1,20 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-LB7M33FA.mjs";
3
- import "./chunk-6MXVWOEX.mjs";
4
- import "./chunk-OZWSP7EQ.mjs";
2
+ import "./chunk-H7Y2LFV3.mjs";
3
+ import "./chunk-M2N3IAIA.mjs";
4
+ import "./chunk-PPFWOOJC.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-QQZ6PXPB.mjs";
8
+ } from "./chunk-LWTKJZRO.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-FPUITK4C.mjs";
13
+ import "./chunk-R4W7LWPZ.mjs";
14
14
  import {
15
15
  withTerraformExecutor
16
- } from "./chunk-NGAJ5W5H.mjs";
17
- import "./chunk-FD3RF3B3.mjs";
16
+ } from "./chunk-4XIS7YDK.mjs";
17
+ import "./chunk-S73JSUW4.mjs";
18
18
  import "./chunk-ACCVWIOF.mjs";
19
19
  export {
20
20
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
@@ -4,10 +4,10 @@
4
4
  var _chunkILC773N2js = require('../../chunk-ILC773N2.js');
5
5
 
6
6
 
7
- var _chunkELCT45UMjs = require('../../chunk-ELCT45UM.js');
8
- require('../../chunk-QHV7SDFQ.js');
7
+ var _chunkKE7OE54Ojs = require('../../chunk-KE7OE54O.js');
8
+ require('../../chunk-UDVVYY5D.js');
9
9
  require('../../chunk-3RG5ZIWI.js');
10
10
 
11
11
 
12
12
 
13
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkELCT45UMjs.withTerraformExecutor;
13
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkKE7OE54Ojs.withTerraformExecutor;
@@ -4,8 +4,8 @@ import {
4
4
  } from "../../chunk-EL25IDXP.mjs";
5
5
  import {
6
6
  withTerraformExecutor
7
- } from "../../chunk-NGAJ5W5H.mjs";
8
- import "../../chunk-FD3RF3B3.mjs";
7
+ } from "../../chunk-4XIS7YDK.mjs";
8
+ import "../../chunk-S73JSUW4.mjs";
9
9
  import "../../chunk-ACCVWIOF.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 _chunkELCT45UMjs = require('../../chunk-ELCT45UM.js');
4
- require('../../chunk-QHV7SDFQ.js');
3
+ var _chunkKE7OE54Ojs = require('../../chunk-KE7OE54O.js');
4
+ require('../../chunk-UDVVYY5D.js');
5
5
  require('../../chunk-3RG5ZIWI.js');
6
6
 
7
7
 
8
- exports.withTerraformExecutor = _chunkELCT45UMjs.withTerraformExecutor;
8
+ exports.withTerraformExecutor = _chunkKE7OE54Ojs.withTerraformExecutor;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "../../chunk-NGAJ5W5H.mjs";
4
- import "../../chunk-FD3RF3B3.mjs";
3
+ } from "../../chunk-4XIS7YDK.mjs";
4
+ import "../../chunk-S73JSUW4.mjs";
5
5
  import "../../chunk-ACCVWIOF.mjs";
6
6
  export {
7
7
  withTerraformExecutor
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkSYR53UDSjs = require('../../../chunk-SYR53UDS.js');
4
- require('../../../chunk-ELCT45UM.js');
5
- require('../../../chunk-QHV7SDFQ.js');
3
+ var _chunk7ZB35C75js = require('../../../chunk-7ZB35C75.js');
4
+ require('../../../chunk-KE7OE54O.js');
5
+ require('../../../chunk-UDVVYY5D.js');
6
6
  require('../../../chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
- exports.default = _chunkSYR53UDSjs.executor_default;
9
+ exports.default = _chunk7ZB35C75js.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-FPUITK4C.mjs";
4
- import "../../../chunk-NGAJ5W5H.mjs";
5
- import "../../../chunk-FD3RF3B3.mjs";
3
+ } from "../../../chunk-R4W7LWPZ.mjs";
4
+ import "../../../chunk-4XIS7YDK.mjs";
5
+ import "../../../chunk-S73JSUW4.mjs";
6
6
  import "../../../chunk-ACCVWIOF.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 _chunkVVBBXLTVjs = require('../../../chunk-VVBBXLTV.js');
4
- require('../../../chunk-ELCT45UM.js');
5
- require('../../../chunk-QHV7SDFQ.js');
3
+ var _chunkCJWRZC26js = require('../../../chunk-CJWRZC26.js');
4
+ require('../../../chunk-KE7OE54O.js');
5
+ require('../../../chunk-UDVVYY5D.js');
6
6
  require('../../../chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
- exports.default = _chunkVVBBXLTVjs.executor_default;
9
+ exports.default = _chunkCJWRZC26js.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-LB7M33FA.mjs";
4
- import "../../../chunk-NGAJ5W5H.mjs";
5
- import "../../../chunk-FD3RF3B3.mjs";
3
+ } from "../../../chunk-H7Y2LFV3.mjs";
4
+ import "../../../chunk-4XIS7YDK.mjs";
5
+ import "../../../chunk-S73JSUW4.mjs";
6
6
  import "../../../chunk-ACCVWIOF.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 _chunkJPEKGOAXjs = require('../../../chunk-JPEKGOAX.js');
4
- require('../../../chunk-ELCT45UM.js');
5
- require('../../../chunk-QHV7SDFQ.js');
3
+ var _chunkHTZKEVO3js = require('../../../chunk-HTZKEVO3.js');
4
+ require('../../../chunk-KE7OE54O.js');
5
+ require('../../../chunk-UDVVYY5D.js');
6
6
  require('../../../chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
- exports.default = _chunkJPEKGOAXjs.executor_default;
9
+ exports.default = _chunkHTZKEVO3js.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-6MXVWOEX.mjs";
4
- import "../../../chunk-NGAJ5W5H.mjs";
5
- import "../../../chunk-FD3RF3B3.mjs";
3
+ } from "../../../chunk-M2N3IAIA.mjs";
4
+ import "../../../chunk-4XIS7YDK.mjs";
5
+ import "../../../chunk-S73JSUW4.mjs";
6
6
  import "../../../chunk-ACCVWIOF.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 _chunkCB5TC2RPjs = require('../../../chunk-CB5TC2RP.js');
4
- require('../../../chunk-ELCT45UM.js');
5
- require('../../../chunk-QHV7SDFQ.js');
3
+ var _chunkCDGU2D3Cjs = require('../../../chunk-CDGU2D3C.js');
4
+ require('../../../chunk-KE7OE54O.js');
5
+ require('../../../chunk-UDVVYY5D.js');
6
6
  require('../../../chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
- exports.default = _chunkCB5TC2RPjs.executor_default;
9
+ exports.default = _chunkCDGU2D3Cjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-OZWSP7EQ.mjs";
4
- import "../../../chunk-NGAJ5W5H.mjs";
5
- import "../../../chunk-FD3RF3B3.mjs";
3
+ } from "../../../chunk-PPFWOOJC.mjs";
4
+ import "../../../chunk-4XIS7YDK.mjs";
5
+ import "../../../chunk-S73JSUW4.mjs";
6
6
  import "../../../chunk-ACCVWIOF.mjs";
7
7
  export {
8
8
  executor_default as default