Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New option --module-path to support appending to nested module #322

Merged
merged 6 commits into from
Jan 11, 2023

Conversation

magodo
Copy link
Collaborator

@magodo magodo commented Dec 16, 2022

This PR adds a new option --module-path, which accepts a path to the module (e.g. "module1.module2") where the resources will be imported and config generated. Note that only modules whose "source" is local path is supported. By default, it is the root module.

This option can only be used in append mode.

Meanwhile, in order to support the module, we've made related changes in depending repos:

@magodo magodo added the enhancement New feature or request label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants