-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* udpate terraform-schema to 1a218af * Infer module type from string instead of *ModuleRecord * Use `moduleCalls.Declared` as source for `module.calls` This removes any nesting in the tree view for now. Hierarchy can be added later by parsing `moduleCalls.Installed` (might be stale) or a new way of parsing local module sources. * update module.calls tests * update module.calls docs * refactor getModuleType * Update docs/commands.md Co-authored-by: Radek Simko <[email protected]> * always link to the latest module version * review feedback * Output module calls source addr as human readable Co-authored-by: Radek Simko <[email protected]>
- Loading branch information
1 parent
81b49a1
commit 60986be
Showing
6 changed files
with
137 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.