# Functions
ParseConfigurationBackend parses backend Conf from the v1beta2.Configuration.
# Constants
TerraformStateNameInSecret is the key name to store Terraform state.
TFBackendSecret is the Secret name for Kubernetes backend.
# Structs
K8SBackend is used to interact with the Terraform kubernetes backend.
S3Backend is used to interact with the Terraform s3 backend.
# Interfaces
Backend is an abstraction of what all backend types can do.