# Functions
GetClientAuthData retrieves the client auth data specified by the secret reference.
InfrastructureConfigFromInfrastructure extracts the InfrastructureConfig from the ProviderConfig section of the given Infrastructure.
NewTerraformer initializes a new Terraformer that has the azure auth credentials.
ReadClientAuthDataFromSecret reads the client auth details from the given secret.
TerraformVariablesEnvironmentFromClientAuth computes the Terraformer variables environment from the given ServiceAccount.
# Constants
TerraformVarClientID is the name of the terraform client id environment variable.
TerraformVarClientSecret is the name of the client secret environment variable.
# Variables
ChartsPath is the path to the charts.
InternalChartsPath is the path to the internal charts.
Scheme is a scheme with the types relevant for Azure actuators.
# Structs
ClientAuth represents a Azure Client Auth credentials.