summaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/terraform/config/module/module.go
blob: f8649f6e9d09481ccc3d126cbb222105d14d1ff8 (plain)
1
2
3
4
5
6
7
package module

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