Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
moduletest
/
suite.go
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
}