github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/moduletest/suite.go (about)

     1  package moduletest
     2  
     3  // A Suite is a set of tests run together as a single Terraform configuration.
     4  type Suite struct {
     5  	Name       string
     6  	Components map[string]*Component
     7  }