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