# Functions
NewAPICallbacks returns a new APICallbacks.
NewConnector returns a new Connector object.
WithCallbackProvider configures the controller to use async variant of the functions of the Terraform client and run given callbacks once those operations are completed.
# Structs
APICallbacks providers callbacks that work on API resources.
APISecretClient is a client for getting k8s secrets.
Connector initializes the external client with credentials and other configuration parameters.
Options contains incriminating options for a given Terrajet controller instance.
# Interfaces
CallbackProvider provides functions that can be called with the result of async operations.
Store is where we can get access to the Terraform workspace of given resource.
Workspace is the set of methods that are needed for the controller to work.
# Type aliases
Option allows you to configure Connector.