Skip to content

Commit

Permalink
add version to ModuleCall creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Apr 25, 2022
1 parent 22acbc1 commit 1e6af14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/state/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ func (s *ModuleStore) ModuleCalls(modPath string) ([]tfmod.ModuleCall, error) {
result = append(result, tfmod.ModuleCall{
LocalName: record.Key,
SourceAddr: record.SourceAddr,
Version: record.VersionStr,
Path: filepath.Join(modPath, record.Dir),
})
}
Expand Down

0 comments on commit 1e6af14

Please sign in to comment.