terraform/config/module/module.go

8 lines
124 B
Go
Raw Normal View History

package module
// Module represents the metadata for a single module.
type Module struct {
Name string
Source string
}