github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/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 }