@storm-software/terraform-tools 0.66.32 → 0.66.34

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
@@ -2,6 +2,32 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.33](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.33) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([70c8dba97](https://github.com/storm-software/storm-ops/commit/70c8dba97))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **workspace-tools** to **v1.293.3**
15
+ - Updated **config-tools** to **v1.188.33**
16
+ - Updated **config** to **v1.134.33**
17
+
18
+ ## [0.66.32](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.32) (11/13/2025)
19
+
20
+ ### Miscellaneous
21
+
22
+ - **monorepo:** Regenerate README markdown files
23
+ ([68959f768](https://github.com/storm-software/storm-ops/commit/68959f768))
24
+
25
+ ### Updated Dependencies
26
+
27
+ - Updated **workspace-tools** to **v1.293.2**
28
+ - Updated **config-tools** to **v1.188.32**
29
+ - Updated **config** to **v1.134.32**
30
+
5
31
  ## [0.66.31](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.31) (11/13/2025)
6
32
 
7
33
  ### Miscellaneous
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.66.30-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.66.33-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 -->
@@ -1045,14 +1045,6 @@ async function napiExecutor(options, context, config) {
1045
1045
  )
1046
1046
  );
1047
1047
  }
1048
- if (normalizedOptions.targetDir) {
1049
- normalizedOptions.targetDir = relative(
1050
- absoluteProjectRoot,
1051
- correctPaths(
1052
- isAbsolute(normalizedOptions.targetDir) ? normalizedOptions.targetDir : joinPaths(config.workspaceRoot, normalizedOptions.targetDir)
1053
- )
1054
- );
1055
- }
1056
1048
  if (normalizedOptions.configPath) {
1057
1049
  normalizedOptions.configPath = relative(
1058
1050
  absoluteProjectRoot,
@@ -1042,14 +1042,6 @@ async function napiExecutor(options, context, config) {
1042
1042
  )
1043
1043
  );
1044
1044
  }
1045
- if (normalizedOptions.targetDir) {
1046
- normalizedOptions.targetDir = _chunkMKG63IZWjs.relative.call(void 0,
1047
- absoluteProjectRoot,
1048
- _chunkMKG63IZWjs.correctPaths.call(void 0,
1049
- _chunkMKG63IZWjs.isAbsolute.call(void 0, normalizedOptions.targetDir) ? normalizedOptions.targetDir : _chunkMKG63IZWjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.targetDir)
1050
- )
1051
- );
1052
- }
1053
1045
  if (normalizedOptions.configPath) {
1054
1046
  normalizedOptions.configPath = _chunkMKG63IZWjs.relative.call(void 0,
1055
1047
  absoluteProjectRoot,
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkRGAUPWPCjs = require('./chunk-RGAUPWPC.js');
4
+ var _chunkE5FMZKGSjs = require('./chunk-E5FMZKGS.js');
5
5
  require('./chunk-MKG63IZW.js');
6
6
 
7
7
 
8
- exports.initGenerator = _chunkRGAUPWPCjs.initGenerator;
8
+ exports.initGenerator = _chunkE5FMZKGSjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-35RIR32U.mjs";
4
+ } from "./chunk-7AZE3K4P.mjs";
5
5
  import "./chunk-ER7HCQXR.mjs";
6
6
  import "./chunk-5BBAVVSK.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-6RZAGMSF.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkRGAUPWPCjs = require('./chunk-RGAUPWPC.js');
8
+ var _chunkE5FMZKGSjs = require('./chunk-E5FMZKGS.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
@@ -19,4 +19,4 @@ require('./chunk-MKG63IZW.js');
19
19
 
20
20
 
21
21
 
22
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkRGAUPWPCjs.initGenerator; exports.withTerraformExecutor = _chunk6P6B7BLAjs.withTerraformExecutor;
22
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkE5FMZKGSjs.initGenerator; exports.withTerraformExecutor = _chunk6P6B7BLAjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-R4ETDLP6.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-35RIR32U.mjs";
8
+ } from "./chunk-7AZE3K4P.mjs";
9
9
  import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkRGAUPWPCjs = require('../../../chunk-RGAUPWPC.js');
4
+ var _chunkE5FMZKGSjs = require('../../../chunk-E5FMZKGS.js');
5
5
  require('../../../chunk-MKG63IZW.js');
6
6
 
7
7
 
8
8
 
9
- exports.default = _chunkRGAUPWPCjs.init_default; exports.initGenerator = _chunkRGAUPWPCjs.initGenerator;
9
+ exports.default = _chunkE5FMZKGSjs.init_default; exports.initGenerator = _chunkE5FMZKGSjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-35RIR32U.mjs";
4
+ } from "../../../chunk-7AZE3K4P.mjs";
5
5
  import "../../../chunk-ER7HCQXR.mjs";
6
6
  import "../../../chunk-5BBAVVSK.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.66.32",
3
+ "version": "0.66.34",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -114,9 +114,9 @@
114
114
  ],
115
115
  "peerDependencies": {
116
116
  "@nx/devkit": "^22.0.3",
117
- "@storm-software/config": "1.134.31",
118
- "@storm-software/config-tools": "1.188.31",
119
- "@storm-software/workspace-tools": "1.293.1",
117
+ "@storm-software/config": "1.134.33",
118
+ "@storm-software/config-tools": "1.188.33",
119
+ "@storm-software/workspace-tools": "1.293.3",
120
120
  "tsup": "8.4.0",
121
121
  "untyped": "1.5.2"
122
122
  },
@@ -135,5 +135,5 @@
135
135
  "publishConfig": { "access": "public" },
136
136
  "executors": "./executors.json",
137
137
  "generators": "./generators.json",
138
- "gitHead": "602be70a267e6bd8ac6c4c5e922151a6b48aa748"
138
+ "gitHead": "2e621fec96dc869cca88499db68a2944d2bcc23d"
139
139
  }