Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProviderConfig = `
provider "crowdstrike" {}
`
)
Variables ¶
View Source
var ProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ "crowdstrike": providerserver.NewProtocol6WithError(provider.New("test")()), }
ProtoV6ProviderFactories 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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.