# Functions

AreEnvVarsConsistent checks if the environment variables have non-empty values.
AreEnvVarsExportedAndSet IsEnvVarSetOrExported checks if the environment variable exist,and also if it is exported or set.
AreEnvVarsSet checks if the environment variables have non-empty values.
No description provided by the author
No description provided by the author
No description provided by the author
DoEnvVarsExist checks if the environment variables exist.
FetchAWSEnvVars fetches environment variables that start with the prefix "AWS_".
FetchEnvVarsAsMap checks if the environment variables exist and returns them as a map.
FetchEnvVarsWithPrefix fetches environment variables that start with the specified prefix and returns an error if any of the variables either do not exist or have an empty value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ScanAWSCredentialsEnvVars scans the environment variables for AWS credentials.
ScanTerraformEnvVars fetches environment variables that start with the prefix "TF_VAR_".

# Type aliases

No description provided by the author