# Functions
ExtractTerraformFiles extracts TerraformFiles from the given RenderedChart.
# Constants
TerraformMainTFFilename is the name of the main.tf file.
TerraformTFVarsFilename is the name of the terraform.tfvars file.
TerraformVariablesTFFilename is the name of the variables.tf file.
# Structs
TerraformFiles contains all files necessary for initializing a Terraformer.