Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ "tsb": providerserver.NewProtocol6WithError(provider.New("test")()), } AccAddress = os.Getenv("TSB_ADDRESS") AccUsername = os.Getenv("TSB_USERNAME") AccPassword = os.Getenv("TSB_PASSWORD") AccOrganizationName = os.Getenv("TSB_ORGANIZATION") )
AccProtoV6ProviderFactories are used to instantiate a provider during acceptance testing. The factory function will be invoked for every Terraform CLI command executed to create a provider server to which the CLI can reattach.
Functions ¶
func AccPreCheck ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.