@storm-software/terraform-tools 0.35.0 → 0.42.2

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 CHANGED
@@ -1,3 +1,173 @@
1
+ ## 0.42.2 (2025-01-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **workspace-tools:** Resolve issue loading pnpm workspace's catalog
6
+ dependencies
7
+ ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
8
+
9
+ ## 0.42.1 (2025-01-11)
10
+
11
+ ### Miscellaneous
12
+
13
+ - **workspace-tools:** Added additional logging for pnpm dependency updates
14
+ process
15
+ ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
16
+
17
+ ## 0.42.0 (2025-01-10)
18
+
19
+ ### Features
20
+
21
+ - **git-tools:** Ensure we select the correct workflow run to determine release
22
+ changes
23
+ ([f48f346e](https://github.com/storm-software/storm-ops/commit/f48f346e))
24
+
25
+ ## 0.41.0 (2025-01-10)
26
+
27
+ ### Features
28
+
29
+ - **build-tools:** Added the `getEnv` helper to populate storm defaults during a
30
+ build
31
+ ([5a9175b9](https://github.com/storm-software/storm-ops/commit/5a9175b9))
32
+
33
+ ## 0.40.3 (2025-01-10)
34
+
35
+ ### Bug Fixes
36
+
37
+ - **workspace-tools:** Added missing `defu` dependency
38
+ ([60401ac7](https://github.com/storm-software/storm-ops/commit/60401ac7))
39
+
40
+ ## 0.40.2 (2025-01-09)
41
+
42
+ ### Bug Fixes
43
+
44
+ - **workspace-tools:** Added additional troubleshooting logging to the package
45
+ ([c2cbdcc5](https://github.com/storm-software/storm-ops/commit/c2cbdcc5))
46
+
47
+ ## 0.40.1 (2025-01-09)
48
+
49
+ ### Bug Fixes
50
+
51
+ - **workspace-tools:** Added `read-yaml-file` as external dependency
52
+ ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))
53
+
54
+ ## 0.40.0 (2025-01-08)
55
+
56
+ ### Features
57
+
58
+ - **git-tools:** Added default release group configurations
59
+ ([4b30144d](https://github.com/storm-software/storm-ops/commit/4b30144d))
60
+ - **build-tools:** Enhanced build options resolving to allow plugin list
61
+ overrides
62
+ ([94aa9ac4](https://github.com/storm-software/storm-ops/commit/94aa9ac4))
63
+ - **git-tools:** Complete redesign of the package and tools contained within
64
+ ([96de0911](https://github.com/storm-software/storm-ops/commit/96de0911))
65
+
66
+ ### Bug Fixes
67
+
68
+ - **git-tools:** Remove Nx release configuration defaulting module
69
+ ([6bf1dacf](https://github.com/storm-software/storm-ops/commit/6bf1dacf))
70
+ - **git-tools:** Updates to default `nx.json` configuration applied on release
71
+ ([e15c2954](https://github.com/storm-software/storm-ops/commit/e15c2954))
72
+ - **git-tools:** Resolve issue with `git` parameters provided to `release` APIs
73
+ ([dd098e08](https://github.com/storm-software/storm-ops/commit/dd098e08))
74
+ - **git-tools:** Resolved issue with invalid path provided to `copyfile` in
75
+ `build` target
76
+ ([440ac16b](https://github.com/storm-software/storm-ops/commit/440ac16b))
77
+ - **git-tools:** Update dist output to be found in workflow action
78
+ ([3f4dc983](https://github.com/storm-software/storm-ops/commit/3f4dc983))
79
+ - **linting-tools:** Update `zizmor` configuration line number
80
+ ([4dd6fbc1](https://github.com/storm-software/storm-ops/commit/4dd6fbc1))
81
+
82
+ ### Code Improvements
83
+
84
+ - **workspace-tools:** Added release group configuration to nx configuration
85
+ prefixes
86
+ ([1ac21fcf](https://github.com/storm-software/storm-ops/commit/1ac21fcf))
87
+
88
+ ### Chores
89
+
90
+ - **git-tools:** Added logic to properly copy dist files to output folder
91
+ ([1810fb35](https://github.com/storm-software/storm-ops/commit/1810fb35))
92
+ - **monorepo:** Update the release script to work in any environment
93
+ ([c423f46e](https://github.com/storm-software/storm-ops/commit/c423f46e))
94
+
95
+ ### Continuous Integration
96
+
97
+ - **monorepo:** Resolve issue with `changelog-renderer` selected for repository
98
+ ([3686b00f](https://github.com/storm-software/storm-ops/commit/3686b00f))
99
+
100
+ ### Dependency Upgrades
101
+
102
+ - **monorepo:** Update `chalk` depenency to v4.1.2 to work with cjs packages
103
+ ([a92755e8](https://github.com/storm-software/storm-ops/commit/a92755e8))
104
+
105
+ ## 0.39.2 (2025-01-02)
106
+
107
+ ### Bug Fixes
108
+
109
+ - **storm-ops:** Remove unused `deepmerge` references and fix build
110
+ ([0f4ee3f7](https://github.com/storm-software/storm-ops/commit/0f4ee3f7))
111
+
112
+ ## 0.39.1 (2025-01-02)
113
+
114
+ ### Bug Fixes
115
+
116
+ - **git-tools:** Ensure the correct email is provided for Stormie-Bot
117
+ ([5fb2c9b6](https://github.com/storm-software/storm-ops/commit/5fb2c9b6))
118
+
119
+ ## 0.39.0 (2025-01-02)
120
+
121
+ ### Features
122
+
123
+ - **storm-ops:** Updated catalog and JSON schema for `StormConfig` object
124
+ ([bf99f680](https://github.com/storm-software/storm-ops/commit/bf99f680))
125
+
126
+ ## 0.38.0 (2025-01-02)
127
+
128
+ ### Features
129
+
130
+ - **workspace-tools:** Removed old dynamically imported modules
131
+ ([56f84500](https://github.com/storm-software/storm-ops/commit/56f84500))
132
+
133
+ ## 0.37.1 (2025-01-02)
134
+
135
+ ### Bug Fixes
136
+
137
+ - **storm-ops:** Resolve issue preventing release publishing
138
+ ([92c10eae](https://github.com/storm-software/storm-ops/commit/92c10eae))
139
+
140
+ ## 0.37.0 (2025-01-02)
141
+
142
+ ### Features
143
+
144
+ - **workspace-tools:** Added `esbuild` executor and removed deprecations
145
+ ([aaef5e70](https://github.com/storm-software/storm-ops/commit/aaef5e70))
146
+ - **config:** Regenerate the `storm.schema.json` file
147
+ ([258c3213](https://github.com/storm-software/storm-ops/commit/258c3213))
148
+
149
+ ### Bug Fixes
150
+
151
+ - **create-storm-workspace:** Resolve issue with missing external libraries
152
+ ([8e8cab97](https://github.com/storm-software/storm-ops/commit/8e8cab97))
153
+
154
+ ### Dependency Upgrades
155
+
156
+ - **storm-ops:** Added `tslib` to the pnpm catalog
157
+ ([7cd24949](https://github.com/storm-software/storm-ops/commit/7cd24949))
158
+ - **storm-ops:** Moved `rollup` and `zod` into the pnpm catalog
159
+ ([c80b2a62](https://github.com/storm-software/storm-ops/commit/c80b2a62))
160
+
161
+ ## 0.36.0 (2024-12-30)
162
+
163
+ ### Features
164
+
165
+ - **esbuild:** Updated the `tsc` plugin to handle monorepos correctly
166
+ ([ed6b42cd](https://github.com/storm-software/storm-ops/commit/ed6b42cd))
167
+ - **storm-ops:** Completed enhancement around `catalog` and `workspace`
168
+ dependency upgrades
169
+ ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
170
+
1
171
  ## 0.35.0 (2024-12-22)
2
172
 
3
173
  ### 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
- [![Version](https://img.shields.io/badge/version-0.32.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.42.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
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 terraform_tools_exports = {};
4798
- __export(terraform_tools_exports, {
4807
+ var index_exports = {};
4808
+ __export(index_exports, {
4799
4809
  initGenerator: () => initGenerator,
4800
4810
  withTerraformExecutor: () => withTerraformExecutor
4801
4811
  });
4802
- module.exports = __toCommonJS(terraform_tools_exports);
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": 18050
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": 11035
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": 16966
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": 221
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": 158381
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": 18050
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": 11035
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": 16966
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": 157450
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": 18050
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": 11035
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": 16966
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": 157456
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": 18050
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": 11035
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": 16966
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": 157453
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": 18050
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": 11035
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": 16966
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": 157447
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.35.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.2","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":