terraform-provider-google/vendor/github.com/hashicorp/terraform/config/module/module.go
2017-06-06 11:58:56 -04:00

8 lines
124 B
Go

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