@storm-software/terraform-tools 0.34.0 → 0.42.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 +169 -0
- package/README.md +1 -1
- package/index.js +13 -3
- package/meta.json +21 -21
- package/package.json +1 -75
- package/src/executors/apply/executor.js +10 -0
- package/src/executors/destroy/executor.js +10 -0
- package/src/executors/output/executor.js +10 -0
- package/src/executors/plan/executor.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,172 @@
|
|
|
1
|
+
## 0.42.1 (2025-01-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Added additional logging for pnpm dependency updates
|
|
6
|
+
process
|
|
7
|
+
([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
|
|
8
|
+
|
|
9
|
+
## 0.42.0 (2025-01-10)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- **git-tools:** Ensure we select the correct workflow run to determine release
|
|
14
|
+
changes
|
|
15
|
+
([f48f346e](https://github.com/storm-software/storm-ops/commit/f48f346e))
|
|
16
|
+
|
|
17
|
+
## 0.41.0 (2025-01-10)
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
- **build-tools:** Added the `getEnv` helper to populate storm defaults during a
|
|
22
|
+
build
|
|
23
|
+
([5a9175b9](https://github.com/storm-software/storm-ops/commit/5a9175b9))
|
|
24
|
+
|
|
25
|
+
## 0.40.3 (2025-01-10)
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- **workspace-tools:** Added missing `defu` dependency
|
|
30
|
+
([60401ac7](https://github.com/storm-software/storm-ops/commit/60401ac7))
|
|
31
|
+
|
|
32
|
+
## 0.40.2 (2025-01-09)
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
- **workspace-tools:** Added additional troubleshooting logging to the package
|
|
37
|
+
([c2cbdcc5](https://github.com/storm-software/storm-ops/commit/c2cbdcc5))
|
|
38
|
+
|
|
39
|
+
## 0.40.1 (2025-01-09)
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- **workspace-tools:** Added `read-yaml-file` as external dependency
|
|
44
|
+
([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))
|
|
45
|
+
|
|
46
|
+
## 0.40.0 (2025-01-08)
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
- **git-tools:** Added default release group configurations
|
|
51
|
+
([4b30144d](https://github.com/storm-software/storm-ops/commit/4b30144d))
|
|
52
|
+
- **build-tools:** Enhanced build options resolving to allow plugin list
|
|
53
|
+
overrides
|
|
54
|
+
([94aa9ac4](https://github.com/storm-software/storm-ops/commit/94aa9ac4))
|
|
55
|
+
- **git-tools:** Complete redesign of the package and tools contained within
|
|
56
|
+
([96de0911](https://github.com/storm-software/storm-ops/commit/96de0911))
|
|
57
|
+
|
|
58
|
+
### Bug Fixes
|
|
59
|
+
|
|
60
|
+
- **git-tools:** Remove Nx release configuration defaulting module
|
|
61
|
+
([6bf1dacf](https://github.com/storm-software/storm-ops/commit/6bf1dacf))
|
|
62
|
+
- **git-tools:** Updates to default `nx.json` configuration applied on release
|
|
63
|
+
([e15c2954](https://github.com/storm-software/storm-ops/commit/e15c2954))
|
|
64
|
+
- **git-tools:** Resolve issue with `git` parameters provided to `release` APIs
|
|
65
|
+
([dd098e08](https://github.com/storm-software/storm-ops/commit/dd098e08))
|
|
66
|
+
- **git-tools:** Resolved issue with invalid path provided to `copyfile` in
|
|
67
|
+
`build` target
|
|
68
|
+
([440ac16b](https://github.com/storm-software/storm-ops/commit/440ac16b))
|
|
69
|
+
- **git-tools:** Update dist output to be found in workflow action
|
|
70
|
+
([3f4dc983](https://github.com/storm-software/storm-ops/commit/3f4dc983))
|
|
71
|
+
- **linting-tools:** Update `zizmor` configuration line number
|
|
72
|
+
([4dd6fbc1](https://github.com/storm-software/storm-ops/commit/4dd6fbc1))
|
|
73
|
+
|
|
74
|
+
### Code Improvements
|
|
75
|
+
|
|
76
|
+
- **workspace-tools:** Added release group configuration to nx configuration
|
|
77
|
+
prefixes
|
|
78
|
+
([1ac21fcf](https://github.com/storm-software/storm-ops/commit/1ac21fcf))
|
|
79
|
+
|
|
80
|
+
### Chores
|
|
81
|
+
|
|
82
|
+
- **git-tools:** Added logic to properly copy dist files to output folder
|
|
83
|
+
([1810fb35](https://github.com/storm-software/storm-ops/commit/1810fb35))
|
|
84
|
+
- **monorepo:** Update the release script to work in any environment
|
|
85
|
+
([c423f46e](https://github.com/storm-software/storm-ops/commit/c423f46e))
|
|
86
|
+
|
|
87
|
+
### Continuous Integration
|
|
88
|
+
|
|
89
|
+
- **monorepo:** Resolve issue with `changelog-renderer` selected for repository
|
|
90
|
+
([3686b00f](https://github.com/storm-software/storm-ops/commit/3686b00f))
|
|
91
|
+
|
|
92
|
+
### Dependency Upgrades
|
|
93
|
+
|
|
94
|
+
- **monorepo:** Update `chalk` depenency to v4.1.2 to work with cjs packages
|
|
95
|
+
([a92755e8](https://github.com/storm-software/storm-ops/commit/a92755e8))
|
|
96
|
+
|
|
97
|
+
## 0.39.2 (2025-01-02)
|
|
98
|
+
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
- **storm-ops:** Remove unused `deepmerge` references and fix build
|
|
102
|
+
([0f4ee3f7](https://github.com/storm-software/storm-ops/commit/0f4ee3f7))
|
|
103
|
+
|
|
104
|
+
## 0.39.1 (2025-01-02)
|
|
105
|
+
|
|
106
|
+
### Bug Fixes
|
|
107
|
+
|
|
108
|
+
- **git-tools:** Ensure the correct email is provided for Stormie-Bot
|
|
109
|
+
([5fb2c9b6](https://github.com/storm-software/storm-ops/commit/5fb2c9b6))
|
|
110
|
+
|
|
111
|
+
## 0.39.0 (2025-01-02)
|
|
112
|
+
|
|
113
|
+
### Features
|
|
114
|
+
|
|
115
|
+
- **storm-ops:** Updated catalog and JSON schema for `StormConfig` object
|
|
116
|
+
([bf99f680](https://github.com/storm-software/storm-ops/commit/bf99f680))
|
|
117
|
+
|
|
118
|
+
## 0.38.0 (2025-01-02)
|
|
119
|
+
|
|
120
|
+
### Features
|
|
121
|
+
|
|
122
|
+
- **workspace-tools:** Removed old dynamically imported modules
|
|
123
|
+
([56f84500](https://github.com/storm-software/storm-ops/commit/56f84500))
|
|
124
|
+
|
|
125
|
+
## 0.37.1 (2025-01-02)
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
- **storm-ops:** Resolve issue preventing release publishing
|
|
130
|
+
([92c10eae](https://github.com/storm-software/storm-ops/commit/92c10eae))
|
|
131
|
+
|
|
132
|
+
## 0.37.0 (2025-01-02)
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
- **workspace-tools:** Added `esbuild` executor and removed deprecations
|
|
137
|
+
([aaef5e70](https://github.com/storm-software/storm-ops/commit/aaef5e70))
|
|
138
|
+
- **config:** Regenerate the `storm.schema.json` file
|
|
139
|
+
([258c3213](https://github.com/storm-software/storm-ops/commit/258c3213))
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
- **create-storm-workspace:** Resolve issue with missing external libraries
|
|
144
|
+
([8e8cab97](https://github.com/storm-software/storm-ops/commit/8e8cab97))
|
|
145
|
+
|
|
146
|
+
### Dependency Upgrades
|
|
147
|
+
|
|
148
|
+
- **storm-ops:** Added `tslib` to the pnpm catalog
|
|
149
|
+
([7cd24949](https://github.com/storm-software/storm-ops/commit/7cd24949))
|
|
150
|
+
- **storm-ops:** Moved `rollup` and `zod` into the pnpm catalog
|
|
151
|
+
([c80b2a62](https://github.com/storm-software/storm-ops/commit/c80b2a62))
|
|
152
|
+
|
|
153
|
+
## 0.36.0 (2024-12-30)
|
|
154
|
+
|
|
155
|
+
### Features
|
|
156
|
+
|
|
157
|
+
- **esbuild:** Updated the `tsc` plugin to handle monorepos correctly
|
|
158
|
+
([ed6b42cd](https://github.com/storm-software/storm-ops/commit/ed6b42cd))
|
|
159
|
+
- **storm-ops:** Completed enhancement around `catalog` and `workspace`
|
|
160
|
+
dependency upgrades
|
|
161
|
+
([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
|
|
162
|
+
|
|
163
|
+
## 0.35.0 (2024-12-22)
|
|
164
|
+
|
|
165
|
+
### Features
|
|
166
|
+
|
|
167
|
+
- **esbuild:** Move shared code to `build-tools` package
|
|
168
|
+
([bef9364e](https://github.com/storm-software/storm-ops/commit/bef9364e))
|
|
169
|
+
|
|
1
170
|
## 0.34.0 (2024-12-18)
|
|
2
171
|
|
|
3
172
|
### Features
|
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 -->
|
package/index.js
CHANGED
|
@@ -757,6 +757,7 @@ var require_minimatch = __commonJS({
|
|
|
757
757
|
continue;
|
|
758
758
|
}
|
|
759
759
|
switch (c) {
|
|
760
|
+
/* istanbul ignore next */
|
|
760
761
|
case "/": {
|
|
761
762
|
return false;
|
|
762
763
|
}
|
|
@@ -764,6 +765,8 @@ var require_minimatch = __commonJS({
|
|
|
764
765
|
clearStateChar();
|
|
765
766
|
escaping = true;
|
|
766
767
|
continue;
|
|
768
|
+
// the various stateChar values
|
|
769
|
+
// for the "extglob" stuff.
|
|
767
770
|
case "?":
|
|
768
771
|
case "*":
|
|
769
772
|
case "+":
|
|
@@ -824,6 +827,7 @@ var require_minimatch = __commonJS({
|
|
|
824
827
|
clearStateChar();
|
|
825
828
|
re += "|";
|
|
826
829
|
continue;
|
|
830
|
+
// these are mostly the same in regexp and glob
|
|
827
831
|
case "[":
|
|
828
832
|
clearStateChar();
|
|
829
833
|
if (inClass) {
|
|
@@ -1415,6 +1419,7 @@ var require_sync = __commonJS({
|
|
|
1415
1419
|
}
|
|
1416
1420
|
var prefix;
|
|
1417
1421
|
switch (n) {
|
|
1422
|
+
// if not, then this is rather simple
|
|
1418
1423
|
case pattern.length:
|
|
1419
1424
|
this._processSimple(pattern.join("/"), index);
|
|
1420
1425
|
return;
|
|
@@ -1576,6 +1581,7 @@ var require_sync = __commonJS({
|
|
|
1576
1581
|
GlobSync.prototype._readdirError = function(f, er) {
|
|
1577
1582
|
switch (er.code) {
|
|
1578
1583
|
case "ENOTSUP":
|
|
1584
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
1579
1585
|
case "ENOTDIR":
|
|
1580
1586
|
var abs = this._makeAbs(f);
|
|
1581
1587
|
this.cache[abs] = "FILE";
|
|
@@ -1587,6 +1593,7 @@ var require_sync = __commonJS({
|
|
|
1587
1593
|
}
|
|
1588
1594
|
break;
|
|
1589
1595
|
case "ENOENT":
|
|
1596
|
+
// not terribly unusual
|
|
1590
1597
|
case "ELOOP":
|
|
1591
1598
|
case "ENAMETOOLONG":
|
|
1592
1599
|
case "UNKNOWN":
|
|
@@ -2034,6 +2041,7 @@ var require_glob = __commonJS({
|
|
|
2034
2041
|
}
|
|
2035
2042
|
var prefix;
|
|
2036
2043
|
switch (n) {
|
|
2044
|
+
// if not, then this is rather simple
|
|
2037
2045
|
case pattern.length:
|
|
2038
2046
|
this._processSimple(pattern.join("/"), index, cb);
|
|
2039
2047
|
return;
|
|
@@ -2223,6 +2231,7 @@ var require_glob = __commonJS({
|
|
|
2223
2231
|
return;
|
|
2224
2232
|
switch (er.code) {
|
|
2225
2233
|
case "ENOTSUP":
|
|
2234
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
2226
2235
|
case "ENOTDIR":
|
|
2227
2236
|
var abs = this._makeAbs(f);
|
|
2228
2237
|
this.cache[abs] = "FILE";
|
|
@@ -2235,6 +2244,7 @@ var require_glob = __commonJS({
|
|
|
2235
2244
|
}
|
|
2236
2245
|
break;
|
|
2237
2246
|
case "ENOENT":
|
|
2247
|
+
// not terribly unusual
|
|
2238
2248
|
case "ELOOP":
|
|
2239
2249
|
case "ENAMETOOLONG":
|
|
2240
2250
|
case "UNKNOWN":
|
|
@@ -4794,12 +4804,12 @@ var require_shell = __commonJS({
|
|
|
4794
4804
|
});
|
|
4795
4805
|
|
|
4796
4806
|
// packages/terraform-tools/index.ts
|
|
4797
|
-
var
|
|
4798
|
-
__export(
|
|
4807
|
+
var index_exports = {};
|
|
4808
|
+
__export(index_exports, {
|
|
4799
4809
|
initGenerator: () => initGenerator,
|
|
4800
4810
|
withTerraformExecutor: () => withTerraformExecutor
|
|
4801
4811
|
});
|
|
4802
|
-
module.exports = __toCommonJS(
|
|
4812
|
+
module.exports = __toCommonJS(index_exports);
|
|
4803
4813
|
|
|
4804
4814
|
// packages/terraform-tools/src/base/base-executor.ts
|
|
4805
4815
|
var import_config_tools = require("@storm-software/config-tools");
|
package/meta.json
CHANGED
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
"bytesInOutput": 4549
|
|
1395
1395
|
},
|
|
1396
1396
|
"node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
|
|
1397
|
-
"bytesInOutput":
|
|
1397
|
+
"bytesInOutput": 18225
|
|
1398
1398
|
},
|
|
1399
1399
|
"node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
|
|
1400
1400
|
"bytesInOutput": 932
|
|
@@ -1409,7 +1409,7 @@
|
|
|
1409
1409
|
"bytesInOutput": 6400
|
|
1410
1410
|
},
|
|
1411
1411
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
|
|
1412
|
-
"bytesInOutput":
|
|
1412
|
+
"bytesInOutput": 11171
|
|
1413
1413
|
},
|
|
1414
1414
|
"node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
|
|
1415
1415
|
"bytesInOutput": 866
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
"bytesInOutput": 1183
|
|
1422
1422
|
},
|
|
1423
1423
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
|
|
1424
|
-
"bytesInOutput":
|
|
1424
|
+
"bytesInOutput": 17102
|
|
1425
1425
|
},
|
|
1426
1426
|
"node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
|
|
1427
1427
|
"bytesInOutput": 10762
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
"bytesInOutput": 459
|
|
1527
1527
|
},
|
|
1528
1528
|
"packages/terraform-tools/index.ts": {
|
|
1529
|
-
"bytesInOutput":
|
|
1529
|
+
"bytesInOutput": 191
|
|
1530
1530
|
},
|
|
1531
1531
|
"packages/terraform-tools/src/base/base-executor.ts": {
|
|
1532
1532
|
"bytesInOutput": 2688
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
"bytesInOutput": 0
|
|
1560
1560
|
}
|
|
1561
1561
|
},
|
|
1562
|
-
"bytes":
|
|
1562
|
+
"bytes": 158798
|
|
1563
1563
|
},
|
|
1564
1564
|
"dist/packages/terraform-tools/src/executors/apply/executor.js": {
|
|
1565
1565
|
"imports": [
|
|
@@ -1873,7 +1873,7 @@
|
|
|
1873
1873
|
"bytesInOutput": 4549
|
|
1874
1874
|
},
|
|
1875
1875
|
"node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
|
|
1876
|
-
"bytesInOutput":
|
|
1876
|
+
"bytesInOutput": 18225
|
|
1877
1877
|
},
|
|
1878
1878
|
"node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
|
|
1879
1879
|
"bytesInOutput": 932
|
|
@@ -1888,7 +1888,7 @@
|
|
|
1888
1888
|
"bytesInOutput": 6400
|
|
1889
1889
|
},
|
|
1890
1890
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
|
|
1891
|
-
"bytesInOutput":
|
|
1891
|
+
"bytesInOutput": 11171
|
|
1892
1892
|
},
|
|
1893
1893
|
"node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
|
|
1894
1894
|
"bytesInOutput": 866
|
|
@@ -1900,7 +1900,7 @@
|
|
|
1900
1900
|
"bytesInOutput": 1183
|
|
1901
1901
|
},
|
|
1902
1902
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
|
|
1903
|
-
"bytesInOutput":
|
|
1903
|
+
"bytesInOutput": 17102
|
|
1904
1904
|
},
|
|
1905
1905
|
"node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
|
|
1906
1906
|
"bytesInOutput": 10762
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
"bytesInOutput": 2688
|
|
2012
2012
|
}
|
|
2013
2013
|
},
|
|
2014
|
-
"bytes":
|
|
2014
|
+
"bytes": 157897
|
|
2015
2015
|
},
|
|
2016
2016
|
"dist/packages/terraform-tools/src/executors/destroy/executor.js": {
|
|
2017
2017
|
"imports": [
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
"bytesInOutput": 4549
|
|
2326
2326
|
},
|
|
2327
2327
|
"node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
|
|
2328
|
-
"bytesInOutput":
|
|
2328
|
+
"bytesInOutput": 18225
|
|
2329
2329
|
},
|
|
2330
2330
|
"node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
|
|
2331
2331
|
"bytesInOutput": 932
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"bytesInOutput": 6400
|
|
2341
2341
|
},
|
|
2342
2342
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
|
|
2343
|
-
"bytesInOutput":
|
|
2343
|
+
"bytesInOutput": 11171
|
|
2344
2344
|
},
|
|
2345
2345
|
"node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
|
|
2346
2346
|
"bytesInOutput": 866
|
|
@@ -2352,7 +2352,7 @@
|
|
|
2352
2352
|
"bytesInOutput": 1183
|
|
2353
2353
|
},
|
|
2354
2354
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
|
|
2355
|
-
"bytesInOutput":
|
|
2355
|
+
"bytesInOutput": 17102
|
|
2356
2356
|
},
|
|
2357
2357
|
"node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
|
|
2358
2358
|
"bytesInOutput": 10762
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
"bytesInOutput": 2688
|
|
2464
2464
|
}
|
|
2465
2465
|
},
|
|
2466
|
-
"bytes":
|
|
2466
|
+
"bytes": 157903
|
|
2467
2467
|
},
|
|
2468
2468
|
"dist/packages/terraform-tools/src/executors/output/executor.js": {
|
|
2469
2469
|
"imports": [
|
|
@@ -2777,7 +2777,7 @@
|
|
|
2777
2777
|
"bytesInOutput": 4549
|
|
2778
2778
|
},
|
|
2779
2779
|
"node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
|
|
2780
|
-
"bytesInOutput":
|
|
2780
|
+
"bytesInOutput": 18225
|
|
2781
2781
|
},
|
|
2782
2782
|
"node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
|
|
2783
2783
|
"bytesInOutput": 932
|
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
"bytesInOutput": 6400
|
|
2793
2793
|
},
|
|
2794
2794
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
|
|
2795
|
-
"bytesInOutput":
|
|
2795
|
+
"bytesInOutput": 11171
|
|
2796
2796
|
},
|
|
2797
2797
|
"node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
|
|
2798
2798
|
"bytesInOutput": 866
|
|
@@ -2804,7 +2804,7 @@
|
|
|
2804
2804
|
"bytesInOutput": 1183
|
|
2805
2805
|
},
|
|
2806
2806
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
|
|
2807
|
-
"bytesInOutput":
|
|
2807
|
+
"bytesInOutput": 17102
|
|
2808
2808
|
},
|
|
2809
2809
|
"node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
|
|
2810
2810
|
"bytesInOutput": 10762
|
|
@@ -2915,7 +2915,7 @@
|
|
|
2915
2915
|
"bytesInOutput": 2688
|
|
2916
2916
|
}
|
|
2917
2917
|
},
|
|
2918
|
-
"bytes":
|
|
2918
|
+
"bytes": 157900
|
|
2919
2919
|
},
|
|
2920
2920
|
"dist/packages/terraform-tools/src/executors/plan/executor.js": {
|
|
2921
2921
|
"imports": [
|
|
@@ -3229,7 +3229,7 @@
|
|
|
3229
3229
|
"bytesInOutput": 4549
|
|
3230
3230
|
},
|
|
3231
3231
|
"node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
|
|
3232
|
-
"bytesInOutput":
|
|
3232
|
+
"bytesInOutput": 18225
|
|
3233
3233
|
},
|
|
3234
3234
|
"node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
|
|
3235
3235
|
"bytesInOutput": 932
|
|
@@ -3244,7 +3244,7 @@
|
|
|
3244
3244
|
"bytesInOutput": 6400
|
|
3245
3245
|
},
|
|
3246
3246
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
|
|
3247
|
-
"bytesInOutput":
|
|
3247
|
+
"bytesInOutput": 11171
|
|
3248
3248
|
},
|
|
3249
3249
|
"node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
|
|
3250
3250
|
"bytesInOutput": 866
|
|
@@ -3256,7 +3256,7 @@
|
|
|
3256
3256
|
"bytesInOutput": 1183
|
|
3257
3257
|
},
|
|
3258
3258
|
"node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
|
|
3259
|
-
"bytesInOutput":
|
|
3259
|
+
"bytesInOutput": 17102
|
|
3260
3260
|
},
|
|
3261
3261
|
"node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
|
|
3262
3262
|
"bytesInOutput": 10762
|
|
@@ -3367,7 +3367,7 @@
|
|
|
3367
3367
|
"bytesInOutput": 2688
|
|
3368
3368
|
}
|
|
3369
3369
|
},
|
|
3370
|
-
"bytes":
|
|
3370
|
+
"bytes": 157894
|
|
3371
3371
|
},
|
|
3372
3372
|
"dist/packages/terraform-tools/src/generators/init/init.js": {
|
|
3373
3373
|
"imports": [
|
package/package.json
CHANGED
|
@@ -1,75 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.34.0",
|
|
4
|
-
"type": "commonjs",
|
|
5
|
-
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "github",
|
|
8
|
-
"url": "https://github.com/storm-software/storm-ops",
|
|
9
|
-
"directory": "packages/terraform-tools"
|
|
10
|
-
},
|
|
11
|
-
"homepage": "https://stormsoftware.com",
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/storm-software/storm-ops/issues",
|
|
14
|
-
"email": "support@stormsoftware.com"
|
|
15
|
-
},
|
|
16
|
-
"author": {
|
|
17
|
-
"name": "Storm Software",
|
|
18
|
-
"email": "contact@stormsoftware.com",
|
|
19
|
-
"url": "https://stormsoftware.com"
|
|
20
|
-
},
|
|
21
|
-
"license": "Apache-2.0",
|
|
22
|
-
"private": false,
|
|
23
|
-
"main": "./index.js",
|
|
24
|
-
"exports": {
|
|
25
|
-
".": "./index.js",
|
|
26
|
-
"./package.json": "./package.json",
|
|
27
|
-
"./generators.json": "./generators.json",
|
|
28
|
-
"./generators/*/schema.json": "./src/generators/*/schema.json",
|
|
29
|
-
"./executors.json": "./executors.json",
|
|
30
|
-
"./executors/*/schema.json": "./src/executors/*/schema.json",
|
|
31
|
-
"./plugins": "./src/plugins/index.js",
|
|
32
|
-
"./utils": "./src/utils/index.js"
|
|
33
|
-
},
|
|
34
|
-
"typings": "./declarations.d.ts",
|
|
35
|
-
"keywords": [
|
|
36
|
-
"storm",
|
|
37
|
-
"storm-ops",
|
|
38
|
-
"terraform",
|
|
39
|
-
"iac",
|
|
40
|
-
"infrastructure",
|
|
41
|
-
"storm-stack",
|
|
42
|
-
"sullivanpj",
|
|
43
|
-
"monorepo"
|
|
44
|
-
],
|
|
45
|
-
"peerDependencies": {
|
|
46
|
-
"@nx/devkit": "^20.2.2",
|
|
47
|
-
"@nx/workspace": "^20.2.2",
|
|
48
|
-
"nx": "^20.2.2"
|
|
49
|
-
},
|
|
50
|
-
"peerDependenciesMeta": {
|
|
51
|
-
"@nx/devkit": {
|
|
52
|
-
"optional": false
|
|
53
|
-
},
|
|
54
|
-
"@nx/workspace": {
|
|
55
|
-
"optional": false
|
|
56
|
-
},
|
|
57
|
-
"nx": {
|
|
58
|
-
"optional": false
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"dependencies": {
|
|
62
|
-
"shelljs": "^0.8.5",
|
|
63
|
-
"tslib": "^2.6.3"
|
|
64
|
-
},
|
|
65
|
-
"devDependencies": {
|
|
66
|
-
"@nx/devkit": "^20.2.2",
|
|
67
|
-
"@nx/workspace": "^20.2.2",
|
|
68
|
-
"nx": "^20.2.2"
|
|
69
|
-
},
|
|
70
|
-
"publishConfig": {
|
|
71
|
-
"access": "public"
|
|
72
|
-
},
|
|
73
|
-
"executors": "./executors.json",
|
|
74
|
-
"generators": "./generators.json"
|
|
75
|
-
}
|
|
1
|
+
{"name":"@storm-software/terraform-tools","version":"0.42.1","type":"commonjs","description":"Tools for managing Terraform infrastructure within a Nx workspace.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/terraform-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"main":"./index.js","exports":{".":"./index.js","./package.json":"./package.json","./generators.json":"./generators.json","./generators/*/schema.json":"./src/generators/*/schema.json","./executors.json":"./executors.json","./executors/*/schema.json":"./src/executors/*/schema.json","./plugins":"./src/plugins/index.js","./utils":"./src/utils/index.js"},"typings":"./declarations.d.ts","keywords":["iac","infrastructure","monorepo","storm","storm-ops","storm-stack","sullivanpj","terraform"],"peerDependencies":{"@nx/devkit":"^20.3.1","@nx/workspace":"^20.3.1","nx":"^20.3.1"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"@nx/workspace":{"optional":false},"nx":{"optional":false}},"dependencies":{"shelljs":"^0.8.5","tslib":"^2.6.3"},"devDependencies":{"@nx/devkit":"^20.3.1","@nx/workspace":"^20.3.1","@types/node":"^22.10.2","nx":"^20.3.1"},"publishConfig":{"access":"public"},"executors":"./executors.json","generators":"./generators.json"}
|
|
@@ -757,6 +757,7 @@ var require_minimatch = __commonJS({
|
|
|
757
757
|
continue;
|
|
758
758
|
}
|
|
759
759
|
switch (c) {
|
|
760
|
+
/* istanbul ignore next */
|
|
760
761
|
case "/": {
|
|
761
762
|
return false;
|
|
762
763
|
}
|
|
@@ -764,6 +765,8 @@ var require_minimatch = __commonJS({
|
|
|
764
765
|
clearStateChar();
|
|
765
766
|
escaping = true;
|
|
766
767
|
continue;
|
|
768
|
+
// the various stateChar values
|
|
769
|
+
// for the "extglob" stuff.
|
|
767
770
|
case "?":
|
|
768
771
|
case "*":
|
|
769
772
|
case "+":
|
|
@@ -824,6 +827,7 @@ var require_minimatch = __commonJS({
|
|
|
824
827
|
clearStateChar();
|
|
825
828
|
re += "|";
|
|
826
829
|
continue;
|
|
830
|
+
// these are mostly the same in regexp and glob
|
|
827
831
|
case "[":
|
|
828
832
|
clearStateChar();
|
|
829
833
|
if (inClass) {
|
|
@@ -1415,6 +1419,7 @@ var require_sync = __commonJS({
|
|
|
1415
1419
|
}
|
|
1416
1420
|
var prefix;
|
|
1417
1421
|
switch (n) {
|
|
1422
|
+
// if not, then this is rather simple
|
|
1418
1423
|
case pattern.length:
|
|
1419
1424
|
this._processSimple(pattern.join("/"), index);
|
|
1420
1425
|
return;
|
|
@@ -1576,6 +1581,7 @@ var require_sync = __commonJS({
|
|
|
1576
1581
|
GlobSync.prototype._readdirError = function(f, er) {
|
|
1577
1582
|
switch (er.code) {
|
|
1578
1583
|
case "ENOTSUP":
|
|
1584
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
1579
1585
|
case "ENOTDIR":
|
|
1580
1586
|
var abs = this._makeAbs(f);
|
|
1581
1587
|
this.cache[abs] = "FILE";
|
|
@@ -1587,6 +1593,7 @@ var require_sync = __commonJS({
|
|
|
1587
1593
|
}
|
|
1588
1594
|
break;
|
|
1589
1595
|
case "ENOENT":
|
|
1596
|
+
// not terribly unusual
|
|
1590
1597
|
case "ELOOP":
|
|
1591
1598
|
case "ENAMETOOLONG":
|
|
1592
1599
|
case "UNKNOWN":
|
|
@@ -2034,6 +2041,7 @@ var require_glob = __commonJS({
|
|
|
2034
2041
|
}
|
|
2035
2042
|
var prefix;
|
|
2036
2043
|
switch (n) {
|
|
2044
|
+
// if not, then this is rather simple
|
|
2037
2045
|
case pattern.length:
|
|
2038
2046
|
this._processSimple(pattern.join("/"), index, cb);
|
|
2039
2047
|
return;
|
|
@@ -2223,6 +2231,7 @@ var require_glob = __commonJS({
|
|
|
2223
2231
|
return;
|
|
2224
2232
|
switch (er.code) {
|
|
2225
2233
|
case "ENOTSUP":
|
|
2234
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
2226
2235
|
case "ENOTDIR":
|
|
2227
2236
|
var abs = this._makeAbs(f);
|
|
2228
2237
|
this.cache[abs] = "FILE";
|
|
@@ -2235,6 +2244,7 @@ var require_glob = __commonJS({
|
|
|
2235
2244
|
}
|
|
2236
2245
|
break;
|
|
2237
2246
|
case "ENOENT":
|
|
2247
|
+
// not terribly unusual
|
|
2238
2248
|
case "ELOOP":
|
|
2239
2249
|
case "ENAMETOOLONG":
|
|
2240
2250
|
case "UNKNOWN":
|
|
@@ -757,6 +757,7 @@ var require_minimatch = __commonJS({
|
|
|
757
757
|
continue;
|
|
758
758
|
}
|
|
759
759
|
switch (c) {
|
|
760
|
+
/* istanbul ignore next */
|
|
760
761
|
case "/": {
|
|
761
762
|
return false;
|
|
762
763
|
}
|
|
@@ -764,6 +765,8 @@ var require_minimatch = __commonJS({
|
|
|
764
765
|
clearStateChar();
|
|
765
766
|
escaping = true;
|
|
766
767
|
continue;
|
|
768
|
+
// the various stateChar values
|
|
769
|
+
// for the "extglob" stuff.
|
|
767
770
|
case "?":
|
|
768
771
|
case "*":
|
|
769
772
|
case "+":
|
|
@@ -824,6 +827,7 @@ var require_minimatch = __commonJS({
|
|
|
824
827
|
clearStateChar();
|
|
825
828
|
re += "|";
|
|
826
829
|
continue;
|
|
830
|
+
// these are mostly the same in regexp and glob
|
|
827
831
|
case "[":
|
|
828
832
|
clearStateChar();
|
|
829
833
|
if (inClass) {
|
|
@@ -1415,6 +1419,7 @@ var require_sync = __commonJS({
|
|
|
1415
1419
|
}
|
|
1416
1420
|
var prefix;
|
|
1417
1421
|
switch (n) {
|
|
1422
|
+
// if not, then this is rather simple
|
|
1418
1423
|
case pattern.length:
|
|
1419
1424
|
this._processSimple(pattern.join("/"), index);
|
|
1420
1425
|
return;
|
|
@@ -1576,6 +1581,7 @@ var require_sync = __commonJS({
|
|
|
1576
1581
|
GlobSync.prototype._readdirError = function(f, er) {
|
|
1577
1582
|
switch (er.code) {
|
|
1578
1583
|
case "ENOTSUP":
|
|
1584
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
1579
1585
|
case "ENOTDIR":
|
|
1580
1586
|
var abs = this._makeAbs(f);
|
|
1581
1587
|
this.cache[abs] = "FILE";
|
|
@@ -1587,6 +1593,7 @@ var require_sync = __commonJS({
|
|
|
1587
1593
|
}
|
|
1588
1594
|
break;
|
|
1589
1595
|
case "ENOENT":
|
|
1596
|
+
// not terribly unusual
|
|
1590
1597
|
case "ELOOP":
|
|
1591
1598
|
case "ENAMETOOLONG":
|
|
1592
1599
|
case "UNKNOWN":
|
|
@@ -2034,6 +2041,7 @@ var require_glob = __commonJS({
|
|
|
2034
2041
|
}
|
|
2035
2042
|
var prefix;
|
|
2036
2043
|
switch (n) {
|
|
2044
|
+
// if not, then this is rather simple
|
|
2037
2045
|
case pattern.length:
|
|
2038
2046
|
this._processSimple(pattern.join("/"), index, cb);
|
|
2039
2047
|
return;
|
|
@@ -2223,6 +2231,7 @@ var require_glob = __commonJS({
|
|
|
2223
2231
|
return;
|
|
2224
2232
|
switch (er.code) {
|
|
2225
2233
|
case "ENOTSUP":
|
|
2234
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
2226
2235
|
case "ENOTDIR":
|
|
2227
2236
|
var abs = this._makeAbs(f);
|
|
2228
2237
|
this.cache[abs] = "FILE";
|
|
@@ -2235,6 +2244,7 @@ var require_glob = __commonJS({
|
|
|
2235
2244
|
}
|
|
2236
2245
|
break;
|
|
2237
2246
|
case "ENOENT":
|
|
2247
|
+
// not terribly unusual
|
|
2238
2248
|
case "ELOOP":
|
|
2239
2249
|
case "ENAMETOOLONG":
|
|
2240
2250
|
case "UNKNOWN":
|
|
@@ -757,6 +757,7 @@ var require_minimatch = __commonJS({
|
|
|
757
757
|
continue;
|
|
758
758
|
}
|
|
759
759
|
switch (c) {
|
|
760
|
+
/* istanbul ignore next */
|
|
760
761
|
case "/": {
|
|
761
762
|
return false;
|
|
762
763
|
}
|
|
@@ -764,6 +765,8 @@ var require_minimatch = __commonJS({
|
|
|
764
765
|
clearStateChar();
|
|
765
766
|
escaping = true;
|
|
766
767
|
continue;
|
|
768
|
+
// the various stateChar values
|
|
769
|
+
// for the "extglob" stuff.
|
|
767
770
|
case "?":
|
|
768
771
|
case "*":
|
|
769
772
|
case "+":
|
|
@@ -824,6 +827,7 @@ var require_minimatch = __commonJS({
|
|
|
824
827
|
clearStateChar();
|
|
825
828
|
re += "|";
|
|
826
829
|
continue;
|
|
830
|
+
// these are mostly the same in regexp and glob
|
|
827
831
|
case "[":
|
|
828
832
|
clearStateChar();
|
|
829
833
|
if (inClass) {
|
|
@@ -1415,6 +1419,7 @@ var require_sync = __commonJS({
|
|
|
1415
1419
|
}
|
|
1416
1420
|
var prefix;
|
|
1417
1421
|
switch (n) {
|
|
1422
|
+
// if not, then this is rather simple
|
|
1418
1423
|
case pattern.length:
|
|
1419
1424
|
this._processSimple(pattern.join("/"), index);
|
|
1420
1425
|
return;
|
|
@@ -1576,6 +1581,7 @@ var require_sync = __commonJS({
|
|
|
1576
1581
|
GlobSync.prototype._readdirError = function(f, er) {
|
|
1577
1582
|
switch (er.code) {
|
|
1578
1583
|
case "ENOTSUP":
|
|
1584
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
1579
1585
|
case "ENOTDIR":
|
|
1580
1586
|
var abs = this._makeAbs(f);
|
|
1581
1587
|
this.cache[abs] = "FILE";
|
|
@@ -1587,6 +1593,7 @@ var require_sync = __commonJS({
|
|
|
1587
1593
|
}
|
|
1588
1594
|
break;
|
|
1589
1595
|
case "ENOENT":
|
|
1596
|
+
// not terribly unusual
|
|
1590
1597
|
case "ELOOP":
|
|
1591
1598
|
case "ENAMETOOLONG":
|
|
1592
1599
|
case "UNKNOWN":
|
|
@@ -2034,6 +2041,7 @@ var require_glob = __commonJS({
|
|
|
2034
2041
|
}
|
|
2035
2042
|
var prefix;
|
|
2036
2043
|
switch (n) {
|
|
2044
|
+
// if not, then this is rather simple
|
|
2037
2045
|
case pattern.length:
|
|
2038
2046
|
this._processSimple(pattern.join("/"), index, cb);
|
|
2039
2047
|
return;
|
|
@@ -2223,6 +2231,7 @@ var require_glob = __commonJS({
|
|
|
2223
2231
|
return;
|
|
2224
2232
|
switch (er.code) {
|
|
2225
2233
|
case "ENOTSUP":
|
|
2234
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
2226
2235
|
case "ENOTDIR":
|
|
2227
2236
|
var abs = this._makeAbs(f);
|
|
2228
2237
|
this.cache[abs] = "FILE";
|
|
@@ -2235,6 +2244,7 @@ var require_glob = __commonJS({
|
|
|
2235
2244
|
}
|
|
2236
2245
|
break;
|
|
2237
2246
|
case "ENOENT":
|
|
2247
|
+
// not terribly unusual
|
|
2238
2248
|
case "ELOOP":
|
|
2239
2249
|
case "ENAMETOOLONG":
|
|
2240
2250
|
case "UNKNOWN":
|
|
@@ -757,6 +757,7 @@ var require_minimatch = __commonJS({
|
|
|
757
757
|
continue;
|
|
758
758
|
}
|
|
759
759
|
switch (c) {
|
|
760
|
+
/* istanbul ignore next */
|
|
760
761
|
case "/": {
|
|
761
762
|
return false;
|
|
762
763
|
}
|
|
@@ -764,6 +765,8 @@ var require_minimatch = __commonJS({
|
|
|
764
765
|
clearStateChar();
|
|
765
766
|
escaping = true;
|
|
766
767
|
continue;
|
|
768
|
+
// the various stateChar values
|
|
769
|
+
// for the "extglob" stuff.
|
|
767
770
|
case "?":
|
|
768
771
|
case "*":
|
|
769
772
|
case "+":
|
|
@@ -824,6 +827,7 @@ var require_minimatch = __commonJS({
|
|
|
824
827
|
clearStateChar();
|
|
825
828
|
re += "|";
|
|
826
829
|
continue;
|
|
830
|
+
// these are mostly the same in regexp and glob
|
|
827
831
|
case "[":
|
|
828
832
|
clearStateChar();
|
|
829
833
|
if (inClass) {
|
|
@@ -1415,6 +1419,7 @@ var require_sync = __commonJS({
|
|
|
1415
1419
|
}
|
|
1416
1420
|
var prefix;
|
|
1417
1421
|
switch (n) {
|
|
1422
|
+
// if not, then this is rather simple
|
|
1418
1423
|
case pattern.length:
|
|
1419
1424
|
this._processSimple(pattern.join("/"), index);
|
|
1420
1425
|
return;
|
|
@@ -1576,6 +1581,7 @@ var require_sync = __commonJS({
|
|
|
1576
1581
|
GlobSync.prototype._readdirError = function(f, er) {
|
|
1577
1582
|
switch (er.code) {
|
|
1578
1583
|
case "ENOTSUP":
|
|
1584
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
1579
1585
|
case "ENOTDIR":
|
|
1580
1586
|
var abs = this._makeAbs(f);
|
|
1581
1587
|
this.cache[abs] = "FILE";
|
|
@@ -1587,6 +1593,7 @@ var require_sync = __commonJS({
|
|
|
1587
1593
|
}
|
|
1588
1594
|
break;
|
|
1589
1595
|
case "ENOENT":
|
|
1596
|
+
// not terribly unusual
|
|
1590
1597
|
case "ELOOP":
|
|
1591
1598
|
case "ENAMETOOLONG":
|
|
1592
1599
|
case "UNKNOWN":
|
|
@@ -2034,6 +2041,7 @@ var require_glob = __commonJS({
|
|
|
2034
2041
|
}
|
|
2035
2042
|
var prefix;
|
|
2036
2043
|
switch (n) {
|
|
2044
|
+
// if not, then this is rather simple
|
|
2037
2045
|
case pattern.length:
|
|
2038
2046
|
this._processSimple(pattern.join("/"), index, cb);
|
|
2039
2047
|
return;
|
|
@@ -2223,6 +2231,7 @@ var require_glob = __commonJS({
|
|
|
2223
2231
|
return;
|
|
2224
2232
|
switch (er.code) {
|
|
2225
2233
|
case "ENOTSUP":
|
|
2234
|
+
// https://github.com/isaacs/node-glob/issues/205
|
|
2226
2235
|
case "ENOTDIR":
|
|
2227
2236
|
var abs = this._makeAbs(f);
|
|
2228
2237
|
this.cache[abs] = "FILE";
|
|
@@ -2235,6 +2244,7 @@ var require_glob = __commonJS({
|
|
|
2235
2244
|
}
|
|
2236
2245
|
break;
|
|
2237
2246
|
case "ENOENT":
|
|
2247
|
+
// not terribly unusual
|
|
2238
2248
|
case "ELOOP":
|
|
2239
2249
|
case "ENAMETOOLONG":
|
|
2240
2250
|
case "UNKNOWN":
|