Documentation ¶
Index ¶
Constants ¶
View Source
const ProviderConfig = `
provider "pgedge" {}
`
ProviderConfig is a shared configuration to combine with the actual test configuration so the PgEdge client is properly configured. It is also possible to use the PGEDGE_ environment variables instead, leaving this constant empty.
Variables ¶
View Source
var TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ "pgedge": providerserver.NewProtocol6WithError(provider.New("test")()), }
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.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.