# Functions

CleanTerraformDir removes the .terraform directory, other Terraform files, and files with the specified format from the directory.
GetBestPowerSystemsRegion is a method that will determine a region available to the caller account that currently contains the least amount of deployed PowerVS Cloud Connections.
GetBestPowerSystemsRegionO is a method that will determine a region available to the caller account that currently contains the least amount of deployed PowerVS Cloud Connections.
GetBestVpcRegion is a method that will determine a region available to the caller account that currently contains the least amount of deployed VPCs.
GetBestVpcRegionO is a method that will determine a region available to the caller account that currently contains the least amount of deployed VPCs.
RemoveFromStateFile Attempts to remove resource from state file.
RemoveFromStateFileV2 Attempts to remove resource from state file stateFile: The path to the state file resourceAddress: The address of the resource to remove tfBinary: The path to the terraform binary.
Default constructor for TestOptions struct.
Default constructor for TestOptions struct.
ValidateTerraformOutputs takes a map of Terraform output keys and values, it checks if all the expected output keys are present.

# Constants

No description provided by the author

# Structs

EnvironmentVariables Holds a list of environment variables and their values When SetEnvironmentVariables is called it will save any existing environment variables in OldVariables and set NewVariables on the environment When ResetEnvironmentVariables is called it will set the environment variables back to the old values.
Exemptions Struct to hold the list of exemptions.
TesthelperTerraformOptions options object for optional variables to set primarily used for mocking external services in test cases.
No description provided by the author