]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/terraform/config/module/module.go
7dc8fccda2b5fc5615e0e09b7ed0c3acfba601e8
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / config / module / module.go
1 package module
2
3 // Module represents the metadata for a single module.
4 type Module struct {
5 Name string
6 Source string
7 Version string
8 Providers map[string]string
9 }