@storm-software/terraform-tools 0.54.20 → 0.54.22
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 +12 -0
- package/README.md +1 -1
- package/dist/{chunk-VWRPSPA5.mjs → chunk-27DFCNUK.mjs} +1 -1
- package/dist/{chunk-OJ33RFH7.js → chunk-2S2BZ4SL.js} +2 -2
- package/dist/{chunk-2ZZJNUXX.mjs → chunk-44XDCGNI.mjs} +1 -1
- package/dist/{chunk-AP4J2N34.js → chunk-4JVG3DKD.js} +2 -2
- package/dist/{chunk-GCCFZEDU.js → chunk-5FZ373QY.js} +1 -3
- package/dist/{chunk-ZYPB3WAC.js → chunk-ASWJWLEF.js} +3 -3
- package/dist/{chunk-25PTDMW6.js → chunk-DCUC5ZNL.js} +151 -151
- package/dist/{chunk-KWXOSOKO.mjs → chunk-FBRVKP6Q.mjs} +1 -3
- package/dist/{chunk-GDIPTQU2.mjs → chunk-FGCP3AJB.mjs} +1 -1
- package/dist/{chunk-UQJF73ZV.mjs → chunk-G7OAD3TI.mjs} +1 -1
- package/dist/{chunk-2LUGBITC.js → chunk-HVZXSW7V.js} +2 -2
- package/dist/{chunk-BYGHUFW4.mjs → chunk-OWMRUUD2.mjs} +1 -1
- package/dist/{chunk-MMBQ5BEW.js → chunk-RLQ4X2GF.js} +2 -2
- package/dist/{chunk-MBXPILHI.mjs → chunk-YISQJN4D.mjs} +1 -1
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +3 -3
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +3 -3
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +3 -3
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +2 -2
- package/package.json +1 -1
|
@@ -1328,9 +1328,7 @@ var withRunExecutor = /* @__PURE__ */ __name((name, executorFn, executorOptions
|
|
|
1328
1328
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || projectRoot || workspaceRoot;
|
|
1329
1329
|
const projectName = context.projectName;
|
|
1330
1330
|
config.workspaceRoot = workspaceRoot;
|
|
1331
|
-
writeInfo(
|
|
1332
|
-
\u26A1 Running the ${name} executor for ${projectName}
|
|
1333
|
-
`, config);
|
|
1331
|
+
writeInfo(`\u26A1 Running the ${name} executor for ${projectName} `, config);
|
|
1334
1332
|
if (!executorOptions.skipReadingConfig) {
|
|
1335
1333
|
writeTrace(`Loading the Storm Config from environment variables and storm.config.js file...
|
|
1336
1334
|
- workspaceRoot: ${workspaceRoot}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkASWJWLEFjs = require('./chunk-ASWJWLEF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkASWJWLEFjs.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 _chunkASWJWLEFjs = require('./chunk-ASWJWLEF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkASWJWLEFjs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
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-RLQ4X2GF.js');
|
|
3
|
+
require('./chunk-2S2BZ4SL.js');
|
|
4
|
+
require('./chunk-4JVG3DKD.js');
|
|
5
|
+
require('./chunk-HVZXSW7V.js');
|
|
6
|
+
require('./chunk-ASWJWLEF.js');
|
|
7
|
+
require('./chunk-5FZ373QY.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-FGCP3AJB.mjs";
|
|
3
|
+
import "./chunk-YISQJN4D.mjs";
|
|
4
|
+
import "./chunk-G7OAD3TI.mjs";
|
|
5
|
+
import "./chunk-OWMRUUD2.mjs";
|
|
6
|
+
import "./chunk-27DFCNUK.mjs";
|
|
7
|
+
import "./chunk-FBRVKP6Q.mjs";
|
|
8
8
|
import "./chunk-R7DU2APC.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 _chunkDCUC5ZNLjs = require('./chunk-DCUC5ZNL.js');
|
|
5
|
+
require('./chunk-5FZ373QY.js');
|
|
6
6
|
require('./chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkDCUC5ZNLjs.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-RLQ4X2GF.js');
|
|
3
|
+
require('./chunk-2S2BZ4SL.js');
|
|
4
|
+
require('./chunk-4JVG3DKD.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkDCUC5ZNLjs = require('./chunk-DCUC5ZNL.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-HVZXSW7V.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunkASWJWLEFjs = require('./chunk-ASWJWLEF.js');
|
|
17
|
+
require('./chunk-5FZ373QY.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 = _chunkDCUC5ZNLjs.initGenerator; exports.withTerraformExecutor = _chunkASWJWLEFjs.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-FGCP3AJB.mjs";
|
|
3
|
+
import "./chunk-YISQJN4D.mjs";
|
|
4
|
+
import "./chunk-G7OAD3TI.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-44XDCGNI.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-OWMRUUD2.mjs";
|
|
14
14
|
import {
|
|
15
15
|
withTerraformExecutor
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-27DFCNUK.mjs";
|
|
17
|
+
import "./chunk-FBRVKP6Q.mjs";
|
|
18
18
|
import "./chunk-R7DU2APC.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 _chunkASWJWLEFjs = require('../../chunk-ASWJWLEF.js');
|
|
8
|
+
require('../../chunk-5FZ373QY.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 = _chunkASWJWLEFjs.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-27DFCNUK.mjs";
|
|
8
|
+
import "../../chunk-FBRVKP6Q.mjs";
|
|
9
9
|
import "../../chunk-R7DU2APC.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 _chunkASWJWLEFjs = require('../../chunk-ASWJWLEF.js');
|
|
4
|
+
require('../../chunk-5FZ373QY.js');
|
|
5
5
|
require('../../chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withTerraformExecutor =
|
|
8
|
+
exports.withTerraformExecutor = _chunkASWJWLEFjs.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 _chunkHVZXSW7Vjs = require('../../../chunk-HVZXSW7V.js');
|
|
4
|
+
require('../../../chunk-ASWJWLEF.js');
|
|
5
|
+
require('../../../chunk-5FZ373QY.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkHVZXSW7Vjs.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-OWMRUUD2.mjs";
|
|
4
|
+
import "../../../chunk-27DFCNUK.mjs";
|
|
5
|
+
import "../../../chunk-FBRVKP6Q.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.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 _chunkRLQ4X2GFjs = require('../../../chunk-RLQ4X2GF.js');
|
|
4
|
+
require('../../../chunk-ASWJWLEF.js');
|
|
5
|
+
require('../../../chunk-5FZ373QY.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkRLQ4X2GFjs.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-FGCP3AJB.mjs";
|
|
4
|
+
import "../../../chunk-27DFCNUK.mjs";
|
|
5
|
+
import "../../../chunk-FBRVKP6Q.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.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 _chunk2S2BZ4SLjs = require('../../../chunk-2S2BZ4SL.js');
|
|
4
|
+
require('../../../chunk-ASWJWLEF.js');
|
|
5
|
+
require('../../../chunk-5FZ373QY.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk2S2BZ4SLjs.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-YISQJN4D.mjs";
|
|
4
|
+
import "../../../chunk-27DFCNUK.mjs";
|
|
5
|
+
import "../../../chunk-FBRVKP6Q.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.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 _chunk4JVG3DKDjs = require('../../../chunk-4JVG3DKD.js');
|
|
4
|
+
require('../../../chunk-ASWJWLEF.js');
|
|
5
|
+
require('../../../chunk-5FZ373QY.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk4JVG3DKDjs.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-G7OAD3TI.mjs";
|
|
4
|
+
import "../../../chunk-27DFCNUK.mjs";
|
|
5
|
+
import "../../../chunk-FBRVKP6Q.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkDCUC5ZNLjs = require('../../../chunk-DCUC5ZNL.js');
|
|
5
|
+
require('../../../chunk-5FZ373QY.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkDCUC5ZNLjs.init_default; exports.initGenerator = _chunkDCUC5ZNLjs.initGenerator;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-44XDCGNI.mjs";
|
|
5
|
+
import "../../../chunk-FBRVKP6Q.mjs";
|
|
6
6
|
import "../../../chunk-R7DU2APC.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|