blob: c548c923e3c885bb9d2eedd91ff375c8d6321705 [file] [log] [blame]
package moduletest
// A Suite is a set of tests run together as a single Terraform configuration.
type Suite struct {
Name string
Components map[string]*Component
}