Documentation ¶
Index ¶
- Variables
- func Cmd(opts *CmdOptions, args ...string) ([]byte, error)
- func CreateConfigFile(dir string, terraformCloudHost string, terraformCloudToken string) (string, error)
- func GetUsageOnlyResources() []string
- func HasSupportedProvider(rType string) bool
- func New(cfg *config.Config, projectCfg *config.TerraformProject) schema.Provider
- type CmdError
- type CmdOptions
- type Parser
- type ResourceRegistryMap
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidCloudToken = errors.New("Invalid Terraform Cloud Token")
View Source
var ErrMissingCloudToken = errors.New("No Terraform Cloud Token is set")
Functions ¶
func CreateConfigFile ¶ added in v0.7.10
func GetUsageOnlyResources ¶ added in v0.7.12
func GetUsageOnlyResources() []string
func HasSupportedProvider ¶ added in v0.7.3
Types ¶
type CmdError ¶ added in v0.6.3
type CmdError struct { Stderr []byte // contains filtered or unexported fields }
type CmdOptions ¶ added in v0.6.2
type Parser ¶ added in v0.7.17
type Parser struct {
// contains filtered or unexported fields
}
func NewParser ¶ added in v0.7.17
func NewParser(env *config.Environment) *Parser
type ResourceRegistryMap ¶ added in v0.6.3
type ResourceRegistryMap map[string]*schema.RegistryItem
func GetResourceRegistryMap ¶ added in v0.6.0
func GetResourceRegistryMap() *ResourceRegistryMap
Click to show internal directories.
Click to hide internal directories.