Skip to content

feat: add new working-dir param to allow to use a subedirectory for modules#241

Open
frco9 wants to merge 1 commit into
techpivot:mainfrom
frco9:feat/add_working_dir_param
Open

feat: add new working-dir param to allow to use a subedirectory for modules#241
frco9 wants to merge 1 commit into
techpivot:mainfrom
frco9:feat/add_working_dir_param

Conversation

@frco9

@frco9 frco9 commented Aug 12, 2025

Copy link
Copy Markdown
Contributor

For exemple on our repo the directory structure is the following :

  • terraform
    • live (which host the module init)
    • modules
      • mymodule1

We wanted to release module version but only for the directory terraform/modules. Using the module-path-ignore we were able to ignore the live directory. But it was producing tags with long name : terraform/modules/mymodule1/v1.0.0.

Using the new parameter, we can specify a working directory. And tags will now have a name shorter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant