Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderConfig = fmt.Sprintf(`provider "port" { client_id = "%s" secret = "%s" base_url = "%s" } `, os.Getenv("PORT_CLIENT_ID"), os.Getenv("PORT_CLIENT_SECRET"), os.Getenv("PORT_BASE_URL"))
View Source
var ( // testAccProtoV6ProviderFactories 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. TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ consts.ProviderName: providerserver.NewProtocol6WithError(provider.New()), } )
Functions ¶
func TestAccPreCheck ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.