terraform-provider-google/vendor/github.com/hashicorp/terraform/config/module/module.go
2018-01-10 10:52:15 -08:00

10 lines
177 B
Go

package module
// Module represents the metadata for a single module.
type Module struct {
Name string
Source string
Version string
Providers map[string]string
}