@storm-software/terraform-tools 0.66.33 → 0.66.35

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,36 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.34](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.34) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([e7bd95c1c](https://github.com/storm-software/storm-ops/commit/e7bd95c1c))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([d47b551f9](https://github.com/storm-software/storm-ops/commit/d47b551f9))
13
+ - **monorepo:** Regenerate README markdown files
14
+ ([70c8dba97](https://github.com/storm-software/storm-ops/commit/70c8dba97))
15
+
16
+ ### Updated Dependencies
17
+
18
+ - Updated **workspace-tools** to **v1.293.4**
19
+ - Updated **config-tools** to **v1.188.34**
20
+ - Updated **config** to **v1.134.34**
21
+
22
+ ## [0.66.33](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.33) (11/13/2025)
23
+
24
+ ### Miscellaneous
25
+
26
+ - **monorepo:** Regenerate README markdown files
27
+ ([70c8dba97](https://github.com/storm-software/storm-ops/commit/70c8dba97))
28
+
29
+ ### Updated Dependencies
30
+
31
+ - Updated **workspace-tools** to **v1.293.3**
32
+ - Updated **config-tools** to **v1.188.33**
33
+ - Updated **config** to **v1.134.33**
34
+
5
35
  ## [0.66.32](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.32) (11/13/2025)
6
36
 
7
37
  ### 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.31-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 -->
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Terraform Tools](#storm-terraform-tools)
@@ -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.33",
3
+ "version": "0.66.35",
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.32",
118
- "@storm-software/config-tools": "1.188.32",
119
- "@storm-software/workspace-tools": "1.293.2",
117
+ "@storm-software/config": "1.134.34",
118
+ "@storm-software/config-tools": "1.188.34",
119
+ "@storm-software/workspace-tools": "1.293.4",
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": "5c88ccffba3683f10a8dcc98422964880995e3b2"
138
+ "gitHead": "e4d9b69dc5d7c46f37f2a6aac9c832d1fe5314f5"
139
139
  }