Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TerraformMainTFFilename is the name of the main.tf file. TerraformMainTFFilename = "main.tf" // TerraformVariablesTFFilename is the name of the variables.tf file. TerraformVariablesTFFilename = "variables.tf" // TerraformTFVarsFilename is the name of the terraform.tfvars file. TerraformTFVarsFilename = "terraform.tfvars" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TerraformFiles ¶
TerraformFiles contains all files necessary for initializing a Terraformer.
func ExtractTerraformFiles ¶
func ExtractTerraformFiles(release *chartrenderer.RenderedChart) (*TerraformFiles, error)
ExtractTerraformFiles extracts TerraformFiles from the given RenderedChart.
It errors if a file is not contained in the chart.
Click to show internal directories.
Click to hide internal directories.