Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TerraformConfig ¶
type TerraformConfig struct { Enabled *bool `yaml:"enabled"` Backend *string `yaml:"backend,omitempty"` }
TerraformConfig represents the Terraform configuration
func (*TerraformConfig) Copy ¶
func (c *TerraformConfig) Copy() *TerraformConfig
Copy creates a deep copy of the TerraformConfig object
func (*TerraformConfig) Merge ¶
func (base *TerraformConfig) Merge(overlay *TerraformConfig)
Merge performs a deep merge of the current TerraformConfig with another TerraformConfig.
Click to show internal directories.
Click to hide internal directories.