# Functions

NewFake configures and returns a new fake handler.
NewPanos configures and returns a new panos handler.
TerraformProviderHandler returns the handler for providers that require post-Apply, out-of-band actions for a Terraform driver.

# Constants

TerraformProviderFake is the name of a fake Terraform provider.
TerraformProviderPanos is the name of a Palo Alto PANOS Terraform provider.

# Structs

Fake is the handler for out-of-band actions for a fake Terraform provider.
Panos is the post-apply handler for the panos Terraform Provider.

# Interfaces

Handler handles additional actions that need to be executed.