github.com/kevinklinger/open_terraform@v1.3.6/noninternal/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  }